Fix typo in references-and-borrowing docs

This commit is contained in:
Pete Hunt 2015-05-10 16:10:02 -07:00
parent 9ecc9896de
commit a168a15008

View file

@ -6,7 +6,7 @@ become quite acquainted. Ownership is how Rust achieves its largest goal,
memory safety. There are a few distinct concepts, each with its own
chapter:
* [ownership][ownership], ownership, the key concept
* [ownership][ownership], the key concept
* borrowing, which youre reading now
* [lifetimes][lifetimes], an advanced concept of borrowing