fix accident
This commit is contained in:
parent
3f8e029bed
commit
f54c5ad566
@ -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…
x
Reference in New Issue
Block a user