mirror of
https://github.com/typst/typst
synced 2025-05-20 03:55:29 +08:00
Fixed typo
This commit is contained in:
parent
5299fb2917
commit
574fffe9ae
@ -190,7 +190,7 @@ together into one larger array.
|
||||
```
|
||||
|
||||
Note that the opening brace or bracket of the body must be on the same
|
||||
line as the `#for` or `#whilde` (unlike in many other languages).
|
||||
line as the `#for` or `#while` (unlike in many other languages).
|
||||
For loops can iterate over a variety of collections:
|
||||
|
||||
- `{for value in array {..}}` \
|
||||
|
Loading…
x
Reference in New Issue
Block a user