Files
wren/doc/site
Bob Nystrom bd055a356b fix: correct argument order in list.insert example in method-calls docs
The example call `list.insert("item", 3)` was swapped to match the actual API signature where the index comes first, changing it to `list.insert(3, "item")` in the doc/site/method-calls.markdown file.
2016-05-02 23:23:56 +00:00
..