Skip to content

Commit 6377c9d

Browse files
authored
Merge pull request #1693 from Pajis87/patch-1
Fixed grammatical mistake
2 parents ee68b7c + 42972a7 commit 6377c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scope/lifetime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lifetimes
22

3-
A *lifetime* is a construct the compiler (or more specifically, its *borrow
3+
A *lifetime* is a construct of the compiler (or more specifically, its *borrow
44
checker*) uses to ensure all borrows are valid. Specifically, a variable's
55
lifetime begins when it is created and ends when it is destroyed. While
66
lifetimes and scopes are often referred to together, they are not the same.

0 commit comments

Comments
 (0)