| 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.
|
| *
|
|
|