From 0fc865b067225124dca4b9f18054449113860f13 Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer Date: Wed, 8 Nov 2023 15:27:34 +0100 Subject: [PATCH] Apply review --- src/tutorial/errors.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}}