fix accident

pull/10/head
Alexis Beingessner 9 years ago committed by Manish Goregaokar
parent 750d0bccde
commit 1e43aaa054

@ -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…
Cancel
Save