]> gitweb.factorcode.org Git - factor.git/commitdiff
multiline-docs: amend the help for /*
authorAlexander Iljin <ajsoft@yandex.ru>
Tue, 23 Jan 2018 12:51:48 +0000 (13:51 +0100)
committerAlexander Iljin <ajsoft@yandex.ru>
Sun, 4 Mar 2018 20:16:07 +0000 (21:16 +0100)
basis/multiline/multiline-docs.factor

index 98372f7f9c78818426fa9050efab15ebdd566aaf..fcd069928774c3ee43941bd3da06e426ea7527ac 100644 (file)
@@ -7,7 +7,7 @@ HELP: STRING:
 
 HELP: /*
 { $syntax "/* comment */" }
-{ $description "Provides C-like comments that can span multiple lines. One caveat is that " { $snippet "/*" } " and " { $snippet "*/" } " are still tokens and must not appear in the comment text itself." }
+{ $description "Provides C-like comments that can span multiple lines. One caveat is that " { $snippet "/*" } " and " { $snippet "*/" } " are still tokens and must not appear in the comment text itself. Another caveat is that, unlike in C, the whitespace space after the " { $snippet "/*" } " is mandatory." }
 { $examples
     { $example "USING: multiline ;"
            "/* I think that I shall never see"