Skip to content

Commit 7d14e3a

Browse files
authored
Rollup merge of rust-lang#38659 - agl:patch-1, r=apasel422
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.
2 parents 031aa58 + ee2abe8 commit 7d14e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/lifetimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ _descriptive_, not _prescriptive_. This means that how long a reference is valid
128128
is determined by the code, not by the annotations. The annotations, however,
129129
give information about lifetimes to the compiler that uses them to check the
130130
validity of references. The compiler can do so without annotations in simple
131-
cases, but needs the programmers support in complex scenarios.
131+
cases, but needs the programmer's support in complex scenarios.
132132

133133
[traits]: traits.html
134134

0 commit comments

Comments
 (0)