Skip to content

Commit

Permalink
Add missing semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencewoodman committed Jan 6, 2016
1 parent ca1f0c9 commit 0ca33ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/error-handling.md
Expand Up @@ -1795,7 +1795,7 @@ To convert this to proper error handling, we need to do the following:
Let's try it:

```rust,ignore
use std::error::Error
use std::error::Error;
// The rest of the code before this is unchanged
Expand Down

0 comments on commit 0ca33ad

Please sign in to comment.