From fbf330ce2b619193c22d357e01040bf1de74f053 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Tue, 17 Apr 2018 18:52:01 +0200 Subject: [PATCH] typo: incerment -> increment --- Help/command/list.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/command/list.rst b/Help/command/list.rst index 9451d31684..e240b65a69 100644 --- a/Help/command/list.rst +++ b/Help/command/list.rst @@ -213,7 +213,7 @@ The ```` may be one of: list(TRANSFORM AT [ ...] ...) -``FOR``: Specify a range with, optionaly, an incerment used to iterate over +``FOR``: Specify a range with, optionaly, an increment used to iterate over the range. :: list(TRANSFORM FOR [] ...)