| Index: sdk/lib/async/zone.dart
|
| diff --git a/sdk/lib/async/zone.dart b/sdk/lib/async/zone.dart
|
| index 1d4e12247e1de14aad9b8b62ff0b7d89716c0f93..33cc592a4581ee22a2ae0d8182b1837eba3d82fa 100644
|
| --- a/sdk/lib/async/zone.dart
|
| +++ b/sdk/lib/async/zone.dart
|
| @@ -536,7 +536,7 @@ abstract class Zone {
|
| /**
|
| * Intercepts errors when added programatically to a `Future` or `Stream`.
|
| *
|
| - * When calling [Completer.completeError], [Stream.addError],
|
| + * When calling [Completer.completeError], [StreamController.addError],
|
| * or some [Future] constructors, the current zone is allowed to intercept
|
| * and replace the error.
|
| *
|
|
|