terminology: &T and &mut T are the types of *references*. Also, stress the exclusivit...
[rust-101.git] / src / main.rs
index 8fbc933865a28e40266f67615fde82ef8b479ec4..9b7132d59862ca852ab558bd6f9a86bb90c00eec 100644 (file)
@@ -65,7 +65,7 @@
 // 
 // ### Basic Rust
 // 
-// * [Part 04: Ownership, Borrowing](part04.html)
+// * [Part 04: Ownership, Borrowing, References](part04.html)
 // * [Part 05: Clone](part05.html)
 // * [Part 06: Copy, Lifetimes](part06.html)
 // * [Part 07: Operator Overloading, Tests, Formating](part07.html)