X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/55d7df9f941d9979b568d094930c5009731737cf..63b7a79069a399c32d575bb71832fcad134117c9:/src/main.rs diff --git a/src/main.rs b/src/main.rs index 8fbc933..9b7132d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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)