Fix typo in Match document.
This commit is contained in:
parent
f8888af412
commit
ae1b64ff73
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ side of a `let` binding or directly where an expression is used:
|
|||
```rust
|
||||
let x = 5;
|
||||
|
||||
let numer = match x {
|
||||
let number = match x {
|
||||
1 => "one",
|
||||
2 => "two",
|
||||
3 => "three",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue