]> git.lizzy.rs Git - rust.git/commitdiff
fix accident
authorAlexis Beingessner <a.beingessner@gmail.com>
Fri, 24 Jul 2015 17:02:16 +0000 (10:02 -0700)
committerAlexis Beingessner <a.beingessner@gmail.com>
Fri, 24 Jul 2015 17:02:16 +0000 (10:02 -0700)
src/doc/tarpl/references.md

index 993e2a52aebfaf58fdf9b6e1a7d3729366d8fdda..a109bf5d012f985324c1acc24a96210942eaee64 100644 (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: