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

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

Issue 2917683002: Clean-up of Future documentation and small fix-ups. (Closed)
Patch Set: address comments Created 3 years, 7 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/future.dart ('k') | sdk/lib/async/stream_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/async/stream.dart
diff --git a/sdk/lib/async/stream.dart b/sdk/lib/async/stream.dart
index 5de26b579e0abb372c8f763f59744ee4f783daab..1a45cd9bb5dd833974272d9ec4d5d28333a31114 100644
--- a/sdk/lib/async/stream.dart
+++ b/sdk/lib/async/stream.dart
@@ -560,12 +560,12 @@ abstract class Stream<T> {
*
* Returns a new stream where each element of this stream is replaced
* by zero or more data events.
- * The event values are proveded as an [Iterable] by a call to [convert]
+ * The event values are provided as an [Iterable] by a call to [convert]
* with the element as argument, and the elements of that iterable is
* emitted in iteration order.
- * If calling [convert] throws, or if iteration of the returned values throws,
- * the error is emitted on the returned stream and iteration ends for that
- * element of this stream.
+ * If calling [convert] throws, or if the iteration of the returned values
+ * throws, the error is emitted on the returned stream and iteration ends
+ * for that element of this stream.
*
* Error events and the done event of this stream are forwarded directly
* to the returned stream.
« no previous file with comments | « sdk/lib/async/future.dart ('k') | sdk/lib/async/stream_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698