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 -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