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 -1
View File
@@ -111,7 +111,7 @@ Other methods do change the object, and it's helpful to draw attention to that:
Since the parentheses are part of the method's signature, the callsite and
definition have to agree. These don't work:
:::
:::dart
"string".count()
list.clear