From 085e53c9d92d5ec7a1aea96d9a1bbbca163db94c Mon Sep 17 00:00:00 2001 From: Adam Ralph Date: Thu, 18 Jan 2024 19:44:01 +0100 Subject: [PATCH] minor edit to tutorial 1.3 these words seem to be out of place --- src/tutorial/impl-draft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tutorial/impl-draft.md b/src/tutorial/impl-draft.md index 3064487..bbeff1a 100644 --- a/src/tutorial/impl-draft.md +++ b/src/tutorial/impl-draft.md @@ -22,7 +22,7 @@ Let’s start by opening the file we got. **Note:** See that [`.expect`] method here? -This is a shortcut function to quit that will make the program exit immediately +This is a shortcut function that will make the program exit immediately when the value (in this case the input file) could not be read. It's not very pretty,