[bugfix] Fix the link to "For Loop Macro" section (#11505)

(cherry picked from commit d1ce86fdc6)
This commit is contained in:
Kaushal Modi
2019-06-14 17:02:30 -04:00
committed by narimiran
parent 7e235779f0
commit 7095a3dfa4

View File

@@ -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.}