Skip to content

Commit

Permalink
Fix: typos (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Pherry <[email protected]>
  • Loading branch information
felixpherry and Felix Pherry authored Jun 5, 2024
1 parent e99a153 commit 056611a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/05_ticket_v2/09_error_trait.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pass it to the `panic!` macro.\
This is a (rudimentary) example of **error reporting**: transforming an error type into a representation that can be
shown to a user, a service operator, or a developer.

It's not practical for each Rust developer to come up with their own error reporting strategy: it'd a waste of time
It's not practical for each Rust developer to come up with their own error reporting strategy: it'd be a waste of time
and it wouldn't compose well across projects.
That's why Rust provides the `std::error::Error` trait.

Expand Down

0 comments on commit 056611a

Please sign in to comment.