Skip to content

Commit

Permalink
Fix docs about borrowing and lifetimes
Browse files Browse the repository at this point in the history
  • Loading branch information
bezelga committed Oct 12, 2015
1 parent 843e528 commit 086f6b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/doc/trpl/lifetimes.md
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/doc/trpl/references-and-borrowing.md
@@ -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
Expand Down

0 comments on commit 086f6b8

Please sign in to comment.