]> gitweb.factorcode.org Git - factor.git/blobdiff - core/syntax/syntax-docs.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / core / syntax / syntax-docs.factor
index 394ae3f67c58c203f005dbb41150c0548dd683eb..aceca29ccdb04387033dd2119d2af55191ebd353 100644 (file)
@@ -532,7 +532,7 @@ HELP: CHAR:
 HELP: "
 { $syntax "\"string...\"" }
 { $values { "string" "literal and escaped characters" } }
-{ $description "Reads from the input string until the next occurrence of " { $link POSTPONE: " } ", and appends the resulting string to the parse tree. String literals cannot span multiple lines. Strings containing the " { $link POSTPONE: " } " character and various other special characters can be read by inserting " { $link "escape" } "." }
+{ $description "Reads from the input string until the next occurrence of " { $link POSTPONE: " } ", and appends the resulting string to the parse tree. String literals can span multiple lines. Strings containing the " { $link POSTPONE: " } " character and various other special characters can be read by inserting " { $link "escape" } "." }
 { $examples
   "A string with a newline in it:"
   { $example "USE: io" "\"Hello\\nworld\" print" "Hello\nworld" }