docs: fix code block language annotations, method formatting, and footer credits in documentation site

This commit is contained in:
Bob Nystrom
2015-07-01 15:11:10 +00:00
parent 272273e539
commit b1c9231b5a
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: