Skip to content

Commit 7868fbd

Browse files
committed
Rollup merge of #28997 - bezelga:master, r=steveklabnik
Fixing some words in the beginning of the Ownership system chapters.
2 parents be76fb6 + 086f6b8 commit 7868fbd

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)