Skip to content

Commit

Permalink
Rollup merge of rust-lang#38659 - agl:patch-1, r=apasel422
Browse files Browse the repository at this point in the history
Add missing apostrophe.

(Minor typo fix.)

The "support" in this case is possessed by the "programmer", and that ownership should be indicated by an apostrophe.
  • Loading branch information
alexcrichton committed Dec 30, 2016
2 parents 031aa58 + ee2abe8 commit 7d14e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/lifetimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ _descriptive_, not _prescriptive_. This means that how long a reference is valid
is determined by the code, not by the annotations. The annotations, however,
give information about lifetimes to the compiler that uses them to check the
validity of references. The compiler can do so without annotations in simple
cases, but needs the programmers support in complex scenarios.
cases, but needs the programmer's support in complex scenarios.

[traits]: traits.html

Expand Down

0 comments on commit 7d14e3a

Please sign in to comment.