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

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

Issue 2831913002: Fix typo. (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/async/stream_controller.dart
diff --git a/sdk/lib/async/stream_controller.dart b/sdk/lib/async/stream_controller.dart
index 1f15703dd2853843a962623a709947828c1301e7..5e34a762990de5da4fe464d811767debfeac262c 100644
--- a/sdk/lib/async/stream_controller.dart
+++ b/sdk/lib/async/stream_controller.dart
@@ -284,7 +284,7 @@ abstract class StreamController<T> implements StreamSink<T> {
* accidentally break other code.
*
* Adding events to a synchronous controller should only happen as the
- * very last part of a the handling of the original event.
+ * very last part of the handling of the original event.
* At that point, adding an event to the stream is equivalent to
* returning to the event loop and adding the event in the next microtask.
*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698