Skip to content

Commit 056611a

Browse files
felixpherryFelix Pherry
andauthored
Fix: typos (mainmatter#84)
Co-authored-by: Felix Pherry <[email protected]>
1 parent e99a153 commit 056611a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/05_ticket_v2/09_error_trait.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pass it to the `panic!` macro.\
77
This is a (rudimentary) example of **error reporting**: transforming an error type into a representation that can be
88
shown to a user, a service operator, or a developer.
99

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

0 commit comments

Comments
 (0)