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 f252cfa commit 864eba8Copy full SHA for 864eba8
src/doc/book/references-and-borrowing.md
@@ -1,7 +1,7 @@
1
% References and Borrowing
2
3
-This guide is two 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 second 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
7
chapter:
0 commit comments