From 2e215915e4f6ee2c8152da80349d1a04fc256338 Mon Sep 17 00:00:00 2001 From: li1234yun Date: Sun, 7 Apr 2024 22:02:40 +0800 Subject: [PATCH] Fix typo spelling --- aip/client-libraries/4232.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aip/client-libraries/4232.md b/aip/client-libraries/4232.md index 818ebb3fcf..9cb9c693b6 100644 --- a/aip/client-libraries/4232.md +++ b/aip/client-libraries/4232.md @@ -29,7 +29,7 @@ Client library generators **may** also choose to provide this functionality in some cases but not others, as appropriate in the environment. For example, any of the following strategies would be permissible: -- Providing overloads iff all arguments in the signature are primitives. +- Providing overloads if all arguments in the signature are primitives. - Providing overloads only for the first of multiple signatures when providing more than one would produce a conflict. - Any combination of the above.