Update ownership.md

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:34:33 -04:00
parent 478a33dabc
commit f252cfa2d4

View file

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