Skip to content

Commit

Permalink
Merge pull request rust-lang#1107 from bmusin/patch-3
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
carols10cents authored Jan 12, 2018
2 parents 37221d2 + 4475811 commit d75460f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions first-edition/src/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,9 +647,9 @@ a bit nicer to deal with, since it will show your message instead of

My advice boils down to this: use good judgment. There's a reason why the words
“never do X” or “Y is considered harmful” don't appear in my writing. There are
trade offs to all things, and it is up to you as the programmer to determine
trade-offs to all things, and it is up to you as the programmer to determine
what is acceptable for your use cases. My goal is only to help you evaluate
trade offs as accurately as possible.
trade-offs as accurately as possible.

Now that we've covered the basics of error handling in Rust, and
explained unwrapping, let's start exploring more of the standard
Expand Down

0 comments on commit d75460f

Please sign in to comment.