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 3bdccf4 commit 5de61f9Copy full SHA for 5de61f9
src/lifetimes.md
@@ -218,7 +218,7 @@ are too dumb.
218
219
## The area covered by a lifetime
220
221
-The lifetime (sometimes called a *borrow*) is *alive* from the place it is
+A reference (sometimes called a *borrow*) is *alive* from the place it is
222
created to its last use. The borrowed thing needs to outlive only borrows that
223
are alive. This looks simple, but there are few subtleties.
224
0 commit comments