Index: lib/src/subscription_stream.dart |
diff --git a/lib/src/subscription_stream.dart b/lib/src/subscription_stream.dart |
index e9e7d77b96955735b03d21dc65ae2cd976046f5a..bdf329b935814bfea550c7a28dc1625326beb9a4 100644 |
--- a/lib/src/subscription_stream.dart |
+++ b/lib/src/subscription_stream.dart |
@@ -10,7 +10,7 @@ import "delegate/stream_subscription.dart"; |
/// A [Stream] adapter for a [StreamSubscription]. |
/// |
-/// This class allows as `StreamSubscription` to be treated as a `Stream`. |
+/// This class allows a `StreamSubscription` to be treated as a `Stream`. |
/// |
/// The subscription is paused until the stream is listened to, |
/// then it is resumed and the events are passed on to the |