mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
[bugfix] Fix the link to "For Loop Macro" section (#11505)
(cherry picked from commit d1ce86fdc6)
This commit is contained in:
@@ -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.}
|
||||
|
||||
Reference in New Issue
Block a user