mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
Fix small typo in method call documentation
This commit is contained in:
@ -11,7 +11,7 @@ You have a *receiver* expression (here `System`) followed by a `.`, then a name
|
||||
are separated by commas:
|
||||
|
||||
:::wren
|
||||
list.insert("item", 3)
|
||||
list.insert(3, "item")
|
||||
|
||||
The argument list can also be empty:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user