Skip to content

Commit ee2abe8

Browse files
authored
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.
1 parent 371f4d6 commit ee2abe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/doc/book/lifetimes.md

+1-1
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)