From e927486970f69a3647ab222e47eabda84075af06 Mon Sep 17 00:00:00 2001 From: Easyoakland <97992568+Easyoakland@users.noreply.github.com> Date: Fri, 24 Mar 2023 08:14:24 +0000 Subject: [PATCH] Fixed Typo (#227) --- docs/src/reference/scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/scripting.md b/docs/src/reference/scripting.md index 15e4be910..9a3cfdb6a 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 }