removed wrong documentation

This commit is contained in:
Andreas Rumpf
2016-01-17 20:34:10 +01:00
parent 484e285cfd
commit f02701c0b0

View File

@@ -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