about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAdam Langley <agl@imperialviolet.org>2016-12-28 11:11:17 -0800
committerGitHub <noreply@github.com>2016-12-28 11:11:17 -0800
commitee2abe85a6ed9dacd03c4113445053b9bde1ccaf (patch)
tree95dc50fd5e8ef4236d2c9d818f44921c9b909d81 /src
parent371f4d6bf697ac4b08845b6e739ab263df6f8395 (diff)
downloadrust-ee2abe85a6ed9dacd03c4113445053b9bde1ccaf.tar.gz
rust-ee2abe85a6ed9dacd03c4113445053b9bde1ccaf.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/doc/book/lifetimes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/lifetimes.md b/src/doc/book/lifetimes.md
index 140e27d1924..546e66fc8ac 100644
--- a/src/doc/book/lifetimes.md
+++ b/src/doc/book/lifetimes.md
@@ -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