We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a0299 commit 4f1f764Copy full SHA for 4f1f764
src/doc/book/lifetimes.md
@@ -290,7 +290,7 @@ lifetime parameters using three easily memorizable and unambiguous rules. This m
290
acts as a shorthand for writing an item signature, while not hiding
291
away the actual types involved as full local inference would if applied to it.
292
293
-When talking about lifetime elision, we use the term *input lifetime* and
+When talking about lifetime elision, we use the terms *input lifetime* and
294
*output lifetime*. An *input lifetime* is a lifetime associated with a parameter
295
of a function, and an *output lifetime* is a lifetime associated with the return
296
value of a function. For example, this function has an input lifetime:
0 commit comments