From 8a2cd7b24bbf493ffb90204ec2892ddf7e2e8316 Mon Sep 17 00:00:00 2001 From: narimiran Date: Wed, 9 Sep 2020 12:59:14 +0200 Subject: [PATCH] [ci skip] fix typo in the manual --- doc/manual.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual.rst b/doc/manual.rst index fc4c11f50b..e725546036 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: