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

Unified Diff: sdk/lib/async/zone.dart

Issue 2548433002: Don't use [operator==] to refer to [==] in DartDoc. It doesn't work. (Closed)
Patch Set: Created 4 years 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 | « no previous file | sdk/lib/collection/hash_map.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/async/zone.dart
diff --git a/sdk/lib/async/zone.dart b/sdk/lib/async/zone.dart
index b81a7fef8114f329909871fb71eb346286003140..ea3f47f45465ec5179c7feb6aceac6155fcafe7f 100644
--- a/sdk/lib/async/zone.dart
+++ b/sdk/lib/async/zone.dart
@@ -399,7 +399,7 @@ abstract class Zone {
* the current's zone behavior. All specification entries that are `null`
* inherit the behavior from the parent zone (`this`).
*
- * The new zone inherits the stored values (accessed through [operator []])
+ * The new zone inherits the stored values (accessed through [[]])
* of this zone and updates them with values from [zoneValues], which either
* adds new values or overrides existing ones.
*
« no previous file with comments | « no previous file | sdk/lib/collection/hash_map.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698