diff options
| author | Michael Tiller <michael.tiller@xogeny.com> | 2016-04-19 12:39:31 -0400 |
|---|---|---|
| committer | Michael Tiller <michael.tiller@xogeny.com> | 2016-04-19 12:39:31 -0400 |
| commit | f7ec6873ccfbf7dcdbd1908c0857c866b3e7087a (patch) | |
| tree | ed8c986cfe36018286d37629e716350b377018b1 /src | |
| parent | 864eba884d860d7d0bfceb89af1a4bc690f21ea0 (diff) | |
| download | rust-f7ec6873ccfbf7dcdbd1908c0857c866b3e7087a.tar.gz rust-f7ec6873ccfbf7dcdbd1908c0857c866b3e7087a.zip | |
Opening sentence was confusing and something cannot be "one of the most unique" (it either is or is not unique).
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/book/lifetimes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/book/lifetimes.md b/src/doc/book/lifetimes.md index 695b1614fb7..cb075731898 100644 --- a/src/doc/book/lifetimes.md +++ b/src/doc/book/lifetimes.md @@ -1,7 +1,7 @@ % Lifetimes -This guide is three 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 last 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: |
