summary refs log tree commit diff stats
path: root/doc/manual
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2016-01-18 22:31:22 +0100
committerAraq <rumpf_a@web.de>2016-01-18 22:31:22 +0100
commit91adc84cf3cebe9f14d84aea639e46bae4b3a5dc (patch)
tree3caf4235caff19c0025399e73e683a80062ef086 /doc/manual
parenta121c3f9eb2a348b9d6ae03ffd01aab26a238c30 (diff)
downloadNim-91adc84cf3cebe9f14d84aea639e46bae4b3a5dc.tar.gz
minor website and documentation updates
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/lexing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/lexing.txt b/doc/manual/lexing.txt
index 5990dff07..4187a60a4 100644
--- a/doc/manual/lexing.txt
+++ b/doc/manual/lexing.txt
@@ -88,7 +88,7 @@ Multiline comments support nesting:
   proc p[T](x: T) = discard
   ]#
 
-Multiline documentation comments look like and support nesting too:
+Multiline documentation comments also exist and support nesting too:
 
 .. code-block:: nim
   proc foo =