Opening sentence was confusing and something cannot be "one of the most unique" (it either is or is not unique).

This commit is contained in:
Michael Tiller 2016-04-19 12:38:39 -04:00
parent f252cfa2d4
commit 864eba884d

View File

@ -1,7 +1,7 @@
% References and Borrowing
This guide is two of three presenting Rusts ownership system. This is one of
Rusts most unique and compelling features, with which Rust developers should
This is the second of three sections presenting Rusts ownership system. This is one of
Rusts 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: