We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee68b7c + 42972a7 commit 6377c9dCopy full SHA for 6377c9d
src/scope/lifetime.md
@@ -1,6 +1,6 @@
1
# Lifetimes
2
3
-A *lifetime* is a construct the compiler (or more specifically, its *borrow
+A *lifetime* is a construct of the compiler (or more specifically, its *borrow
4
checker*) uses to ensure all borrows are valid. Specifically, a variable's
5
lifetime begins when it is created and ends when it is destroyed. While
6
lifetimes and scopes are often referred to together, they are not the same.
0 commit comments