fix accident

This commit is contained in:
Alexis Beingessner 2015-07-24 10:02:16 -07:00
parent 3f8e029bed
commit f54c5ad566

View File

@ -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: