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 478a33d commit f252cfaCopy full SHA for f252cfa
src/doc/book/ownership.md
@@ -1,7 +1,7 @@
1
% Ownership
2
3
-This guide is one 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 first 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