From dd64f9cc6676ad310a1dd8dac310cc0b48c5ff55 Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 18 Oct 2023 18:01:12 +0100 Subject: [PATCH] docs(boxing_todo): fix typo --- subjects/boxing_todo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/boxing_todo/README.md b/subjects/boxing_todo/README.md index 50caa406..acd2fb6f 100644 --- a/subjects/boxing_todo/README.md +++ b/subjects/boxing_todo/README.md @@ -157,7 +157,7 @@ And its output: ```console $ cargo run TodoList { title: "TODO LIST FOR PISCINE RUST", tasks: [Task { id: 0, description: "do this", level: 0 }, Task { id: 1, description: "do that", level: 5 }] } -Fail to parses todoNone +Fail to parse todoNone Fail to parse todo Some(Malformed(UnexpectedCharacter { ch: ',', line: 2, column: 18 })) $ ```