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

Unified Diff: lib/result.dart

Issue 1208123004: pkg/async: fix spelling in doc comments (Closed) Base URL: https://github.com/dart-lang/async.git@master
Patch Set: nits Created 5 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 | « no previous file | lib/src/stream_group.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/result.dart
diff --git a/lib/result.dart b/lib/result.dart
index db04ae7181ba226eff30e05e164bfbf357279a55..c734a37a5b24632725973988f8a97456f9d0bb77 100644
--- a/lib/result.dart
+++ b/lib/result.dart
@@ -97,7 +97,7 @@ abstract class Result<T> {
* Release a stream of [result] values into a stream of the results.
*
* `Result` values of the source stream become value or error events in
- * the retuned stream as appropriate.
+ * the returned stream as appropriate.
* Errors from the source stream become errors in the returned stream.
*
* Shorthand for transforming the stream using [ReleaseStreamTransformer].
« no previous file with comments | « no previous file | lib/src/stream_group.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698