summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorKaushal Modi <kaushal.modi@gmail.com>2019-06-14 17:02:30 -0400
committerAndreas Rumpf <rumpf_a@web.de>2019-06-14 23:02:30 +0200
commitd1ce86fdc63afaaf62b5d0a3aa10e6f1503def09 (patch)
treed7d7842eae21b967180846f23722ae776980c705 /lib
parentc6567146233f2a095a9b5645e711a2e9e847a74a (diff)
downloadNim-d1ce86fdc63afaaf62b5d0a3aa10e6f1503def09.tar.gz
[bugfix] Fix the link to "For Loop Macro" section (#11505)
Diffstat (limited to 'lib')
-rw-r--r--lib/system.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim
index bebc9e336..631124a0f 100644
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -4427,7 +4427,7 @@ when not defined(js):
 type
   ForLoopStmt* {.compilerProc.} = object ## \
     ## A special type that marks a macro as a `for-loop macro`:idx:.
-    ## See `"For loop macros" <manual.html#macros-for-loop-macros>`_.
+    ## See `"For Loop Macro" <manual.html#macros-for-loop-macro>`_.
 
 when defined(genode):
   var componentConstructHook*: proc (env: GenodeEnv) {.nimcall.}