Fix docs about borrowing and lifetimes
This commit is contained in:
parent
843e528fd0
commit
086f6b803f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
% Lifetimes
|
||||
|
||||
This guide is one of three presenting Rust’s ownership system. This is one of
|
||||
This guide is three of three presenting Rust’s ownership system. This is one of
|
||||
Rust’s 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:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
% References and Borrowing
|
||||
|
||||
This guide is one of three presenting Rust’s ownership system. This is one of
|
||||
This guide is two of three presenting Rust’s ownership system. This is one of
|
||||
Rust’s 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue