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:39:31 -04:00
parent 864eba884d
commit f7ec6873cc

View file

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