Skip to content

Commit

Permalink
Update pkgs/async/lib/src/result/error.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Moore <[email protected]>
  • Loading branch information
PROGrand and kevmoo authored Jan 28, 2025
1 parent a546211 commit d79d064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/async/lib/src/result/error.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class ErrorResult implements Result<Never> {
errorHandler(error);
} else {
throw ArgumentError(
'is nor Function(Object, StackTrace) neither Function(Object)',
'is neither Function(Object, StackTrace) nor Function(Object)',
'errorHandler',
);
}
Expand Down

0 comments on commit d79d064

Please sign in to comment.