From ab43bd802eafe33977a91893907e67553e099569 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 19 Mar 2023 22:28:49 +0100 Subject: Renaming and refactoring --- docs/src/reference/scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/reference/scripting.md') diff --git a/docs/src/reference/scripting.md b/docs/src/reference/scripting.md index 68e73c62..1aa399d1 100644 --- a/docs/src/reference/scripting.md +++ b/docs/src/reference/scripting.md @@ -138,7 +138,7 @@ For loops can iterate over a variety of collections: - `{for value in array {..}}` \ `{for index, value in array {..}}`\ Iterates over the items in the [array]($type/array). Can also provide the - index of each element. + index of each item. - `{for value in dict {..}}` \ `{for key, value in dict {..}}` \ -- cgit v1.2.3