We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed1efe commit 46eae16Copy full SHA for 46eae16
sdk/lib/async/future.dart
@@ -1012,7 +1012,7 @@ extension FutureExtensions<T> on Future<T> {
1012
/// If [test] is supplied, only catches errors of type [E]
1013
/// where [test] returns `true`.
1014
/// If [E] is [Object], then all errors are potentially caught,
1015
- /// depending only on a supplied [test].toString()
+ /// depending only on a supplied [test].
1016
///
1017
/// If the error is caught,
1018
/// the returned future completes with the result of calling [handleError]
0 commit comments