We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b246afd + 35dba24 commit 8eb3a01Copy full SHA for 8eb3a01
src/scope/lifetime.md
@@ -1,6 +1,6 @@
1
# Lifetimes
2
3
-A *lifetime* is a construct of the compiler (or more specifically, its *borrow
+A *lifetime* is a construct 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