diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-01-17 20:34:10 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-01-17 20:34:10 +0100 |
commit | f02701c0b05ef5d10fd0d7f040ea71fc67a8c3f7 (patch) | |
tree | 54f363088957d9517af23113cdbdc51084ae6414 /doc/manual | |
parent | 484e285cfd096e49ebf19dc9d66ddb303411caf4 (diff) | |
download | Nim-f02701c0b05ef5d10fd0d7f040ea71fc67a8c3f7.tar.gz |
removed wrong documentation
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/lexing.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/manual/lexing.txt b/doc/manual/lexing.txt index 7655964ee..5990dff07 100644 --- a/doc/manual/lexing.txt +++ b/doc/manual/lexing.txt @@ -83,7 +83,6 @@ They look like: Multiline comments support nesting: .. code-block:: nim - # Does not comment out 'p' properly: #[ #[ Multiline comment in already commented out code. ]# proc p[T](x: T) = discard |