Skip to content

Commit 8eb3a01

Browse files
authored
Merge pull request #1737 from robertosw/typo-fix
fixed a typo in the lifetime.md
2 parents b246afd + 35dba24 commit 8eb3a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scope/lifetime.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lifetimes
22

3-
A *lifetime* is a construct of the compiler (or more specifically, its *borrow
3+
A *lifetime* is a construct 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)