We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864eba8 commit f7ec687Copy full SHA for f7ec687
src/doc/book/lifetimes.md
@@ -1,7 +1,7 @@
1
% Lifetimes
2
3
-This guide is three of three presenting Rust’s ownership system. This is one of
4
-Rust’s most unique and compelling features, with which Rust developers should
+This is the last of three sections presenting Rust’s ownership system. This is one of
+Rust’s most distinct and compelling features, with which Rust developers should
5
become quite acquainted. Ownership is how Rust achieves its largest goal,
6
memory safety. There are a few distinct concepts, each with its own chapter:
7
0 commit comments