trpl: punctuation fix
This commit is contained in:
parent
b1bd3a3c51
commit
e2bb734ac1
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ let y = &mut x;
|
|||
|
||||
`y` is an immutable binding to a mutable reference, which means that you can’t
|
||||
bind `y` to something else (`y = &mut z`), but you can mutate the thing that’s
|
||||
bound to `y`. (`*y = 5`) A subtle distinction.
|
||||
bound to `y` (`*y = 5`). A subtle distinction.
|
||||
|
||||
Of course, if you need both:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue