Fix small typo in method call documentation
This commit is contained in:
parent
694186810b
commit
95da4f90b9
@ -11,7 +11,7 @@ You have a *receiver* expression (here `System`) followed by a `.`, then a name
|
|||||||
are separated by commas:
|
are separated by commas:
|
||||||
|
|
||||||
:::wren
|
:::wren
|
||||||
list.insert("item", 3)
|
list.insert(3, "item")
|
||||||
|
|
||||||
The argument list can also be empty:
|
The argument list can also be empty:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user