We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99a153 commit 056611aCopy full SHA for 056611a
book/src/05_ticket_v2/09_error_trait.md
@@ -7,7 +7,7 @@ pass it to the `panic!` macro.\
7
This is a (rudimentary) example of **error reporting**: transforming an error type into a representation that can be
8
shown to a user, a service operator, or a developer.
9
10
-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
11
and it wouldn't compose well across projects.
12
That's why Rust provides the `std::error::Error` trait.
13
0 commit comments