made comment docs more explicit

This commit is contained in:
mediocregopher 2013-05-27 01:17:11 -04:00
parent 0dae59c108
commit 7f561a0e69

View File

@ -101,6 +101,6 @@ be anything at all:
A semicolon delimits the beginning of a comment. Anything after the semicolon till the end of the line A semicolon delimits the beginning of a comment. Anything after the semicolon till the end of the line
is discarded by the parser: is discarded by the parser:
``` ```
;I am a comment ;I'm a comment
"I'm a string" "I'm a string" ;I'm another comment!
``` ```