Fixed Typo (#227)
This commit is contained in:
parent
c9a945f9a0
commit
e927486970
|
|
@ -169,7 +169,7 @@ The body of a loop can be a code or content block:
|
||||||
|
|
||||||
- `{for .. in collection {..}}`
|
- `{for .. in collection {..}}`
|
||||||
- `{for .. in collection [..]}`
|
- `{for .. in collection [..]}`
|
||||||
- `{while condition [..]}`
|
- `{while condition {..}}`
|
||||||
- `{while condition [..]}`
|
- `{while condition [..]}`
|
||||||
|
|
||||||
## Fields { #fields }
|
## Fields { #fields }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue