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

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

Issue 2946283002: Fix a couple of doc comment references - and many spelling mistakes (Closed)
Patch Set: Created 3 years, 6 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/async/stream.dart ('k') | sdk/lib/collection/iterable.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 573603627f24ad056ffbb04ce72c4feeaded51d2..6ed22ec6d235b2e82a19ca38b14767b841f55cc0 100644
--- a/sdk/lib/async/zone.dart
+++ b/sdk/lib/async/zone.dart
@@ -534,7 +534,7 @@ abstract class Zone {
{bool runGuarded: true});
/**
- * Intercepts errors when added programatically to a `Future` or `Stream`.
+ * Intercepts errors when added programmatically to a `Future` or `Stream`.
*
* When calling [Completer.completeError], [StreamController.addError],
* or some [Future] constructors, the current zone is allowed to intercept
« no previous file with comments | « sdk/lib/async/stream.dart ('k') | sdk/lib/collection/iterable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698