mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Fix a typo in documentation (#339)
This commit is contained in:
parent
d71c933cca
commit
477275c030
@ -702,8 +702,8 @@ May be used on the left-hand side of an assignment if the key is already
|
|||||||
present in the dictionary.
|
present in the dictionary.
|
||||||
Fails with an error if the key is not part of the dictionary.
|
Fails with an error if the key is not part of the dictionary.
|
||||||
|
|
||||||
- index: integer (positional, required)
|
- key: string (positional, required)
|
||||||
The index at which to retrieve the item.
|
The key at which to retrieve the item.
|
||||||
- returns: any
|
- returns: any
|
||||||
|
|
||||||
### insert()
|
### insert()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user