Index: sdk/lib/core/iterable.dart |
diff --git a/sdk/lib/core/iterable.dart b/sdk/lib/core/iterable.dart |
index 4f4574473848585fcb9b46bdfc35daf7e70de226..a1967b734fa4765064d7254bd9ef08bd5fccdfd3 100644 |
--- a/sdk/lib/core/iterable.dart |
+++ b/sdk/lib/core/iterable.dart |
@@ -106,9 +106,6 @@ abstract class Iterable<E> { |
* |
* The empty iterable has no elements, and iterating it always stops |
* immediately. |
- * |
- * An empty iterable can be used in places where you always that |
- * the iterable you would otherwise create is empty. |
*/ |
const factory Iterable.empty() = EmptyIterable<E>; |