Skip to content

Commit 086f6b8

Browse files
committed
Fix docs about borrowing and lifetimes
1 parent 843e528 commit 086f6b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/trpl/lifetimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% Lifetimes
22

3-
This guide is one of three presenting Rust’s ownership system. This is one of
3+
This guide is three of three presenting Rust’s ownership system. This is one of
44
Rust’s most unique and compelling features, with which Rust developers should
55
become quite acquainted. Ownership is how Rust achieves its largest goal,
66
memory safety. There are a few distinct concepts, each with its own chapter:

src/doc/trpl/references-and-borrowing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% References and Borrowing
22

3-
This guide is one of three presenting Rust’s ownership system. This is one of
3+
This guide is two of three presenting Rust’s ownership system. This is one of
44
Rust’s most unique and compelling features, with which Rust developers should
55
become quite acquainted. Ownership is how Rust achieves its largest goal,
66
memory safety. There are a few distinct concepts, each with its own

0 commit comments

Comments
 (0)