Cleaned up some documentation typos. -mw

This commit is contained in:
mwilmsm
2019-09-30 09:02:55 -05:00
parent ff4f92eb87
commit 265bcc6780
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ use `add` to append a single item to the end:
:::wren
hirsute.add("goatee")
System.print(hirsute.count) //> 4
System.print(hirsute.count) //> 5
You can insert a new element at a specific position using `insert`: