fix accident
This commit is contained in:
parent
3f8e029bed
commit
f54c5ad566
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
There are two kinds of reference:
|
||||
|
||||
* Shared reference: `&` Mutable reference: `&mut`
|
||||
* Shared reference: `&`
|
||||
* Mutable reference: `&mut`
|
||||
|
||||
Which obey the following rules:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue