about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Tiller <michael.tiller@xogeny.com>2016-04-19 12:38:39 -0400
committerMichael Tiller <michael.tiller@xogeny.com>2016-04-19 12:38:39 -0400
commit864eba884d860d7d0bfceb89af1a4bc690f21ea0 (patch)
treead1c9e371528d971c490a51227fe1d3c849a68e2
parentf252cfa2d4709c44bf7e9dd02e522e8e372482bc (diff)
downloadrust-864eba884d860d7d0bfceb89af1a4bc690f21ea0.tar.gz
rust-864eba884d860d7d0bfceb89af1a4bc690f21ea0.zip
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/references-and-borrowing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/book/references-and-borrowing.md b/src/doc/book/references-and-borrowing.md
index a08d53f958b..dc6f885487c 100644
--- a/src/doc/book/references-and-borrowing.md
+++ b/src/doc/book/references-and-borrowing.md
@@ -1,7 +1,7 @@
 % References and Borrowing
 
-This guide is two 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 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
 become quite acquainted. Ownership is how Rust achieves its largest goal,
 memory safety. There are a few distinct concepts, each with its own
 chapter: