diff --git a/lib/system.nim b/lib/system.nim index da14a08574..301b3c4ca9 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" `_. + ## See `"For Loop Macro" `_. when defined(genode): var componentConstructHook*: proc (env: GenodeEnv) {.nimcall.}