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

Unified Diff: sdk/lib/core/iterable.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/function.dart ('k') | sdk/lib/core/list.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/iterable.dart
diff --git a/sdk/lib/core/iterable.dart b/sdk/lib/core/iterable.dart
index 2db8b99da2ff27e5286569bb41d44d33cc7ea2b6..c6714a010c0fc922a330838b13e42204d8d68289 100644
--- a/sdk/lib/core/iterable.dart
+++ b/sdk/lib/core/iterable.dart
@@ -26,7 +26,7 @@ part of dart.core;
* If you do, then an instance of your Iterable class
* can be the right-hand side of a for-in construct.
*
- * Some subclasss of `Iterable` can be modified. It is generally not allowed
+ * Some subclasss of [Iterable] can be modified. It is generally not allowed
* to modify such collections while they are being iterated. Doing so will break
* the iteration, which is typically signalled by throwing a
* [ConcurrentModificationError] when it is detected.
« no previous file with comments | « sdk/lib/core/function.dart ('k') | sdk/lib/core/list.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698