mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Auto merge of #25669 - GuillaumeGomez:typo-fix, r=Manishearth
r? @steveklabnik
This commit is contained in:
commit
c3d60aba6c
@ -148,7 +148,7 @@ a few tricks up their sleeves.
|
||||
For example, they’re [immutable][immutable] by default. That’s why our example
|
||||
uses `mut`: it makes a binding mutable, rather than immutable. `let` doesn’t
|
||||
take a name on the left hand side, it actually accepts a
|
||||
‘[pattern][patterns]’. We’ll use patterns more later. It’s easy enough
|
||||
‘[pattern][patterns]’. We’ll use patterns later. It’s easy enough
|
||||
to use for now:
|
||||
|
||||
```rust
|
||||
|
Loading…
Reference in New Issue
Block a user