Skip to content

Commit

Permalink
doc: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Nov 18, 2024
1 parent 8bfa0b2 commit 56aea1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ void main(){
```

## Downcasting
Downcasting is the process of getting the underlying error from an an anyhow `Error`.
Downcasting is the process of getting the inner error from an an anyhow `Error`.
```dart
import 'package:anyhow/anyhow.dart';
Expand Down

0 comments on commit 56aea1b

Please sign in to comment.