Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/lib/async/future.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ extension FutureExtensions<T> on Future<T> {
/// If [test] is supplied, only catches errors of type [E]
/// where [test] returns `true`.
/// If [E] is [Object], then all errors are potentially caught,
/// depending only on a supplied [test].toString()
/// depending only on a supplied [test].
///
/// If the error is caught,
/// the returned future completes with the result of calling [handleError]
Expand Down