Some minor doc cleanups and tweaks.

This commit is contained in:
Bob Nystrom
2015-07-01 08:11:10 -07:00
parent 70cc371379
commit a44e07deba
5 changed files with 11 additions and 10 deletions
+1
View File
@@ -101,6 +101,7 @@ gap:
The `removeAt` method returns the removed item:
:::dart
IO.print(letters.removeAt(1)) // "c"
If you want to remove everything from the list, you can clear it: