Skip to content

Commit

Permalink
Fix typo in exceptions.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
a.khaleghi committed Oct 30, 2023
1 parent ec7896c commit 522b66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib/src/asset/exceptions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class InvalidInputException implements Exception {
class BuildStepCompletedException implements Exception {
@override
String toString() => 'BuildStepCompletedException: '
'Attempt to use a BuildStep after is has completed';
'Attempt to use a BuildStep after it has completed';
}

class UnresolvableAssetException implements Exception {
Expand Down

0 comments on commit 522b66b

Please sign in to comment.