Fix docs about borrowing and lifetimes

This commit is contained in:
Fabiano Beselga 2015-10-12 13:58:21 -03:00
parent 843e528fd0
commit 086f6b803f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
% Lifetimes
This guide is one of three presenting Rusts ownership system. This is one of
This guide is three of three presenting Rusts ownership system. This is one of
Rusts most unique and compelling features, with which Rust developers should
become quite acquainted. Ownership is how Rust achieves its largest goal,
memory safety. There are a few distinct concepts, each with its own chapter:

View File

@ -1,6 +1,6 @@
% References and Borrowing
This guide is one of three presenting Rusts ownership system. This is one of
This guide is two of three presenting Rusts ownership system. This is one of
Rusts most unique and compelling features, with which Rust developers should
become quite acquainted. Ownership is how Rust achieves its largest goal,
memory safety. There are a few distinct concepts, each with its own