diff options
author | Araq <rumpf_a@web.de> | 2016-01-18 22:31:22 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-01-18 22:31:22 +0100 |
commit | 91adc84cf3cebe9f14d84aea639e46bae4b3a5dc (patch) | |
tree | 3caf4235caff19c0025399e73e683a80062ef086 /doc/manual | |
parent | a121c3f9eb2a348b9d6ae03ffd01aab26a238c30 (diff) | |
download | Nim-91adc84cf3cebe9f14d84aea639e46bae4b3a5dc.tar.gz |
minor website and documentation updates
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/lexing.txt | 2 |
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 = |