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

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

Issue 2856123003: Fix some bad documentation links. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | sdk/lib/collection/linked_list.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 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.
*
« no previous file with comments | « no previous file | sdk/lib/collection/linked_list.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698