mirror of
https://github.com/typst/typst
synced 2025-05-23 13:35:28 +08:00
Fix broken link for "Let binding" (#1242)
This commit is contained in:
parent
aed0f1ce7d
commit
9e1aeab3cd
@ -198,7 +198,7 @@ For loops can iterate over a variety of collections:
|
||||
|
||||
- `{for value in array {..}}` \
|
||||
Iterates over the items in the [array]($type/array). The destructuring syntax
|
||||
described in [Let binding]($scripting/bindings) can also be used here.
|
||||
described in [Let binding]($scripting/#bindings) can also be used here.
|
||||
|
||||
- `{for pair in dict {..}}` \
|
||||
Iterates over the key-value pairs of the [dictionary]($type/dictionary).
|
||||
|
Loading…
x
Reference in New Issue
Block a user