From f02701c0b05ef5d10fd0d7f040ea71fc67a8c3f7 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sun, 17 Jan 2016 20:34:10 +0100 Subject: [PATCH] removed wrong documentation --- doc/manual/lexing.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/manual/lexing.txt b/doc/manual/lexing.txt index 7655964eed..5990dff071 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