Fixed Typo (#227)

This commit is contained in:
Easyoakland 2023-03-24 08:14:24 +00:00 committed by GitHub
parent c9a945f9a0
commit e927486970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }