summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2020-09-09 12:59:14 +0200
committernarimiran <narimiran@disroot.org>2020-09-09 12:59:14 +0200
commit8a2cd7b24bbf493ffb90204ec2892ddf7e2e8316 (patch)
tree3744b063757060dc1e42c3b6a04f376057ba0b4e /doc
parent8c82144ba507244084836b38689e4925de982626 (diff)
downloadNim-8a2cd7b24bbf493ffb90204ec2892ddf7e2e8316.tar.gz
[ci skip] fix typo in the manual
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.rst b/doc/manual.rst
index fc4c11f50..e72554603 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -5469,8 +5469,8 @@ powerful programming construct that still suffices. So the "check list" is:
 (4) Else: Use a macro.
 
 
-For loop macros
----------------
+For loop macro
+--------------
 
 A macro that takes as its only input parameter an expression of the special
 type ``system.ForLoopStmt`` can rewrite the entirety of a ``for`` loop: