Skip to content

Commit

Permalink
Fix a typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Oct 31, 2024
1 parent be90a57 commit a9ce0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fn no_such_file() -> savvy::Result<()> {
```

If you want to implement your own error type and the conversion to
`savvy::Error`, please sepcify `use-custom-error` feature to opt-out the
`savvy::Error`, please specify `use-custom-error` feature to opt-out the
auto-conversion to avoid conflict with `impl From<dyn std::error::Error> for savvy::Error`

```toml
Expand Down

0 comments on commit a9ce0c6

Please sign in to comment.