Index: sdk/lib/async/stream.dart |
diff --git a/sdk/lib/async/stream.dart b/sdk/lib/async/stream.dart |
index 044638d83fbeb09c182d7eff9de14c2d22ace257..77420d0b668a6298f3aeda736ed1f644e46541f9 100644 |
--- a/sdk/lib/async/stream.dart |
+++ b/sdk/lib/async/stream.dart |
@@ -48,7 +48,7 @@ part of dart.async; |
* use [asBroadcastStream] to create a broadcast stream on top of the |
* non-broadcast stream. |
* |
- * On either kind of stream, stream transformationss, such as [where] and |
+ * On either kind of stream, stream transformations, such as [where] and |
* [skip], return the same type of stream as the one the method was called on, |
* unless otherwise noted. |
* |