Skip to content

Commit 95e8d5b

Browse files
AbdeMohlbiCommit Queue
authored andcommitted
remove 'the' typo
Closes #60630 GitOrigin-RevId: 7bc7c3d Change-Id: Ic33a3c7384a55cb70c6333d59acffe75a070a31f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/424900 Reviewed-by: Kevin Moore <[email protected]> Commit-Queue: Kevin Moore <[email protected]>
1 parent 2cc7d38 commit 95e8d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/lib/async/stream.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@ abstract mixin class Stream<T> {
16111611
/// If [equals] throws, the data event is replaced by an error event
16121612
/// containing the thrown error. The behavior is equivalent to the
16131613
/// original stream emitting the error event, and it doesn't change
1614-
/// the what the most recently emitted data event is.
1614+
/// what the most recently emitted data event is.
16151615
///
16161616
/// The returned stream is a broadcast stream if this stream is.
16171617
/// If a broadcast stream is listened to more than once, each subscription

0 commit comments

Comments
 (0)