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

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

Issue 131793004: Improve comment formatting in dart-core, especially Comparable (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes from review comments Created 6 years, 11 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
« no previous file with comments | « sdk/lib/core/iterable.dart ('k') | sdk/lib/core/set.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « sdk/lib/core/iterable.dart ('k') | sdk/lib/core/set.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698