Commit Graph
1 Commits
Author SHA1 Message Date
Ian Mackenzie d7e7428b85 fix: correct argument order in list.insert example within method-calls documentation
The example code snippet for method call syntax previously showed arguments in the wrong order (value before index). Updated to match the correct Wren API signature where the index parameter precedes the value parameter.
2016-04-15 05:16:24 +00:00