From 7095a3dfa49fc251b94f6e2012ca3bee8d780224 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Fri, 14 Jun 2019 17:02:30 -0400 Subject: [PATCH] [bugfix] Fix the link to "For Loop Macro" section (#11505) (cherry picked from commit d1ce86fdc63afaaf62b5d0a3aa10e6f1503def09) --- lib/system.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.}