docs(boxing_todo): fix typo

This commit is contained in:
miguel 2023-10-18 18:01:12 +01:00 committed by MSilva95
parent 0b596405ca
commit dd64f9cc66
1 changed files with 1 additions and 1 deletions

View File

@ -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 }))
$
```