Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2129)

Unified Diff: sdk/lib/core/iterable.dart

Issue 26481002: Change the toString method of IterableBase/IterableMixin to show some elements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Adapted other test too. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/core/iterable.dart
diff --git a/sdk/lib/core/iterable.dart b/sdk/lib/core/iterable.dart
index 0e1f05a123f0839573de7176c7bf1eca331a681c..858a55d12c56fd24c8676e672afe4c6cfe0059be 100644
--- a/sdk/lib/core/iterable.dart
+++ b/sdk/lib/core/iterable.dart
@@ -201,7 +201,7 @@ abstract class Iterable<E> {
/**
* Returns an Iterable that skips the first [n] elements.
*
- * If `this` has fewer than [n] elements, then the resulting Iterable is
+ * If `this` has fewer than [n] elements, then the resulting Iterable is
* empty.
*
* It is an error if [n] is negative.

Powered by Google App Engine
This is Rietveld 408576698