]> gitweb.factorcode.org Git - factor.git/blobdiff - core/strings/strings-docs.factor
factor: Rename I[ ]I to [I I]. Fix places where we do "string"token without whitespace.
[factor.git] / core / strings / strings-docs.factor
index b176b8868ee1492eb2db99e0a0f970a44caf1145..571b7597be3945d647cb127e29c56a4b6e894455 100644 (file)
@@ -44,7 +44,7 @@ HELP: <string>
 { $description "Creates a new string with the given length and all characters initially set to " { $snippet "ch" } "." } ;
 
 HELP: 1string
-{ $values { "ch" "a character"} { "str" string } }
+{ $values { "ch" "a character" } { "str" string } }
 { $description "Outputs a string of one character." } ;
 
 HELP: >string