mirror of https://github.com/stelzo/typst.git
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.
|
||||
Fails with an error if the key is not part of the dictionary.
|
||||
|
||||
- index: integer (positional, required)
|
||||
The index at which to retrieve the item.
|
||||
- key: string (positional, required)
|
||||
The key at which to retrieve the item.
|
||||
- returns: any
|
||||
|
||||
### insert()
|
||||
|
|
|
|||
Loading…
Reference in New Issue