summary refs log tree commit diff stats
path: root/doc/manual.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-07-08 08:54:58 +0200
committerAraq <rumpf_a@web.de>2014-07-08 08:54:58 +0200
commitd3c79cec803dab88279e6657ccd10f612a3633c0 (patch)
treee1313ba80a8a050e729272132c9fde6730779d8f /doc/manual.txt
parent91ecae9c9328077f87053bc1fc313e950de4a373 (diff)
downloadNim-d3c79cec803dab88279e6657ccd10f612a3633c0.tar.gz
fixes #1167
Diffstat (limited to 'doc/manual.txt')
-rw-r--r--doc/manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index cb1bb83aa..32b0541e9 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -5466,7 +5466,7 @@ and warning message contains a symbol in brackets. This is the message's
 identifier that can be used to enable or disable it:
 
 .. code-block:: Nimrod
-  {.warning[LineTooLong]: off.} # turn off warning about too long lines
+  {.hint[LineTooLong]: off.} # turn off the hint about too long lines
 
 This is often better than disabling all warnings at once.