Skip to content

Commit 46eae16

Browse files
kBrahmanCommit Queue
authored andcommitted
Update future.dart
Closes #61498 GitOrigin-RevId: 21aa584 Change-Id: If1d3f6eefd2619eb7a9e13b00ff041011924c4b6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/449371 Commit-Queue: Slava Egorov <[email protected]> Reviewed-by: Slava Egorov <[email protected]>
1 parent 9ed1efe commit 46eae16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/lib/async/future.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ extension FutureExtensions<T> on Future<T> {
10121012
/// If [test] is supplied, only catches errors of type [E]
10131013
/// where [test] returns `true`.
10141014
/// If [E] is [Object], then all errors are potentially caught,
1015-
/// depending only on a supplied [test].toString()
1015+
/// depending only on a supplied [test].
10161016
///
10171017
/// If the error is caught,
10181018
/// the returned future completes with the result of calling [handleError]

0 commit comments

Comments
 (0)