We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8888af commit ae1b64fCopy full SHA for ae1b64f
src/doc/trpl/match.md
@@ -50,7 +50,7 @@ side of a `let` binding or directly where an expression is used:
50
```rust
51
let x = 5;
52
53
-let numer = match x {
+let number = match x {
54
1 => "one",
55
2 => "two",
56
3 => "three",
0 commit comments