diff options
| -rw-r--r-- | docs/src/reference/scripting.md | 2 |
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 } |
