summary refs log tree commit diff stats
path: root/doc/manual
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-01-17 20:34:10 +0100
committerAndreas Rumpf <rumpf_a@web.de>2016-01-17 20:34:10 +0100
commitf02701c0b05ef5d10fd0d7f040ea71fc67a8c3f7 (patch)
tree54f363088957d9517af23113cdbdc51084ae6414 /doc/manual
parent484e285cfd096e49ebf19dc9d66ddb303411caf4 (diff)
downloadNim-f02701c0b05ef5d10fd0d7f040ea71fc67a8c3f7.tar.gz
removed wrong documentation
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/lexing.txt1
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