diff options
Diffstat (limited to 'doc/manual/lexing.txt')
-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 = |