diff --git a/src/tutorial/errors.md b/src/tutorial/errors.md index 84cf0da..5473294 100644 --- a/src/tutorial/errors.md +++ b/src/tutorial/errors.md @@ -236,8 +236,7 @@ Caused by: ## Wrapping up -The complete code for our `grrs` tool with improved error reporting -will look like this: +Your code should now look like: ```rust,ignore {{#include errors-impl.rs}}