diff options
| author | Easyoakland <97992568+Easyoakland@users.noreply.github.com> | 2023-03-24 08:14:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-24 09:14:24 +0100 |
| commit | e927486970f69a3647ab222e47eabda84075af06 (patch) | |
| tree | 4ddd01a35b5ffd0289dcbf15a86b10ec5020efad | |
| parent | c9a945f9a0f7841ebccbe20c52ccb60457548079 (diff) | |
Fixed Typo (#227)
| -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 } |
