We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b839c77 commit 21f3427Copy full SHA for 21f3427
book/src/05_ticket_v2/03_variants_with_data.md
@@ -64,7 +64,7 @@ match status {
64
println!("Assigned to: {}", assigned_to);
65
},
66
Status::ToDo | Status::Done => {
67
- println!("Done");
+ println!("ToDo or Done");
68
}
69
70
```
@@ -82,7 +82,7 @@ match status {
82
println!("Assigned to: {}", person);
83
84
85
86
87
88
0 commit comments