summaryrefslogtreecommitdiff
path: root/docs/src/reference
diff options
context:
space:
mode:
authorEasyoakland <97992568+Easyoakland@users.noreply.github.com>2023-03-24 08:14:24 +0000
committerGitHub <noreply@github.com>2023-03-24 09:14:24 +0100
commite927486970f69a3647ab222e47eabda84075af06 (patch)
tree4ddd01a35b5ffd0289dcbf15a86b10ec5020efad /docs/src/reference
parentc9a945f9a0f7841ebccbe20c52ccb60457548079 (diff)
Fixed Typo (#227)
Diffstat (limited to 'docs/src/reference')
-rw-r--r--docs/src/reference/scripting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/reference/scripting.md b/docs/src/reference/scripting.md
index 15e4be91..9a3cfdb6 100644
--- a/docs/src/reference/scripting.md
+++ b/docs/src/reference/scripting.md
@@ -169,7 +169,7 @@ The body of a loop can be a code or content block:
- `{for .. in collection {..}}`
- `{for .. in collection [..]}`
-- `{while condition [..]}`
+- `{while condition {..}}`
- `{while condition [..]}`
## Fields { #fields }