about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Tiller <michael.tiller@xogeny.com>2016-04-19 12:34:33 -0400
committerMichael Tiller <michael.tiller@xogeny.com>2016-04-19 12:34:33 -0400
commitf252cfa2d4709c44bf7e9dd02e522e8e372482bc (patch)
tree6aa9787d42af91c496e03ba67e91c6ef9e1bf6f9
parent478a33dabc4e6f2f501f476c79b56178d9df4f37 (diff)
downloadrust-f252cfa2d4709c44bf7e9dd02e522e8e372482bc.tar.gz
rust-f252cfa2d4709c44bf7e9dd02e522e8e372482bc.zip
Update ownership.md
Opening sentence was confusing and something cannot be "one of the most unique" (it either is or is not unique).
-rw-r--r--src/doc/book/ownership.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/book/ownership.md b/src/doc/book/ownership.md
index 988103a1180..e2e0403b738 100644
--- a/src/doc/book/ownership.md
+++ b/src/doc/book/ownership.md
@@ -1,7 +1,7 @@
 % Ownership
 
-This guide is one of three presenting Rust’s ownership system. This is one of
-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
 become quite acquainted. Ownership is how Rust achieves its largest goal,
 memory safety. There are a few distinct concepts, each with its own
 chapter: