Index: sdk/lib/collection/iterable.dart |
diff --git a/sdk/lib/collection/iterable.dart b/sdk/lib/collection/iterable.dart |
index 4eb5c2f4d791c2601871e301d3e119968388e87e..624fc6433afbde72d73aa3a48aa27b4cb7150c4c 100644 |
--- a/sdk/lib/collection/iterable.dart |
+++ b/sdk/lib/collection/iterable.dart |
@@ -280,7 +280,7 @@ bool _isToStringVisiting(Object o) { |
} |
/** |
- * Convert elments of [iterable] to strings and store them in [parts]. |
+ * Convert elements of [iterable] to strings and store them in [parts]. |
*/ |
void _iterablePartsToStrings(Iterable iterable, List parts) { |
/* |