diff --git a/index.bs b/index.bs index ad75f16..ed89c77 100644 --- a/index.bs +++ b/index.bs @@ -282,7 +282,7 @@ more arguments are left. It returns a [=list=] of objects suitable for printing. 1. Let |current| be the second element of |args|. 1. Find the first possible format specifier |specifier|, from the left to the right in |target|. 1. If |specifier| is `%s`, let |converted| be the result of - [$Call$]({{%String%}}, **undefined**, « |current| »). + [$Call$](%String%, **undefined**, « |current| »). 1. If |specifier| is `%d` or `%i`: 1. If [$Type$](|current|) is Symbol, let |converted| be `NaN` 1. Otherwise, let |converted| be the result of @@ -319,7 +319,7 @@ The following is an informative summary of the format specifiers processed by th `%s` Element which substitutes is converted to a string - ToString(|element|) + %String%(|element|) `%d` or `%i` @@ -528,6 +528,7 @@ Ian Kilpatrick, Jeff Carpenter, Joseph Pecoraro, Justin Woo, +Luc Martin, Noah Bass, Paul Irish, Raphaël, and