Skip to content

Commit 0ca33ad

Browse files
Add missing semi-colon
1 parent ca1f0c9 commit 0ca33ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/error-handling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@ To convert this to proper error handling, we need to do the following:
17951795
Let's try it:
17961796

17971797
```rust,ignore
1798-
use std::error::Error
1798+
use std::error::Error;
17991799
18001800
// The rest of the code before this is unchanged
18011801

0 commit comments

Comments
 (0)