Fix docs typo.

Closes https://github.com/dart-lang/sdk/pull/41753
https://github.com/dart-lang/sdk/pull/41753

GitOrigin-RevId: 38fcff0d4687c76d0ae1ab0cf18ade4b29e42788
Change-Id: I67b768ee32de0c1d8741b40880f16d018656c734
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/146140
Reviewed-by: Michael Thomsen <mit@google.com>
This commit is contained in:
Udeep Bahadur Shrestha 2020-06-03 15:05:57 +00:00 committed by Michael Thomsen
parent 10c5dd0f06
commit 0028df0e68

View file

@ -65,7 +65,7 @@ typedef void _TimerCallback();
* call occurs.
* For example, the [first] getter listens to the stream, then returns the first
* event that listener receives.
* This is not necessarily the first even emitted by the stream, but the first
* This is not necessarily the first event emitted by the stream, but the first
* of the *remaining* events of the broadcast stream.
*
* When the "done" event is fired, subscribers are unsubscribed before