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.
2 parents 30fa1f6 + 91aeab9 commit 7aa8212Copy full SHA for 7aa8212
src/flow_control/match/binding.md
@@ -14,7 +14,7 @@ fn main() {
14
println!("Tell me what type of person you are");
15
16
match age() {
17
- 0 => println!("I'm not born yet I guess"),
+ 0 => println!("I haven't celebrated my first birthday yet"),
18
// Could `match` 1 ..= 12 directly but then what age
19
// would the child be? Instead, bind to `n` for the
20
// sequence of 1 ..= 12. Now the age can be reported.
0 commit comments