Couple of tiny tweaks.

This commit is contained in:
Bob Nystrom
2016-02-24 06:52:12 -08:00
parent 2c4e497c54
commit 919605b7ba
2 changed files with 2 additions and 2 deletions

View File

@ -71,6 +71,7 @@ are shifted up to fill in where the removed element was.
Returns the removed item.
:::wren
System.print(["a", "b", "c"].removeAt(1)) //> b
It is a runtime error if the index is not an integer or is out of bounds.