Index: sdk/lib/core/list.dart |
diff --git a/sdk/lib/core/list.dart b/sdk/lib/core/list.dart |
index cf4da4233c51f9e54b95092456a6619b8afe8a45..578b4c631972aee7d3165b0715a7e9a6ad7a2ded 100644 |
--- a/sdk/lib/core/list.dart |
+++ b/sdk/lib/core/list.dart |
@@ -48,7 +48,7 @@ part of dart.core; |
* elements) while an operation on the list is being performed, |
* for example during a call to [forEach] or [sort]. |
* Changing the list's length while it is being iterated, either by iterating it |
- * directly or through iterating an `Iterable` that is backed by the list, will |
+ * directly or through iterating an [Iterable] that is backed by the list, will |
* break the iteration. |
*/ |
abstract class List<E> implements Iterable<E>, EfficientLength { |