diff options
author | narimiran <narimiran@disroot.org> | 2020-09-09 12:59:14 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2020-09-09 12:59:14 +0200 |
commit | 8a2cd7b24bbf493ffb90204ec2892ddf7e2e8316 (patch) | |
tree | 3744b063757060dc1e42c3b6a04f376057ba0b4e /doc | |
parent | 8c82144ba507244084836b38689e4925de982626 (diff) | |
download | Nim-8a2cd7b24bbf493ffb90204ec2892ddf7e2e8316.tar.gz |
[ci skip] fix typo in the manual
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.rst | 4 |
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: |