Skip to content

Commit 3e2fb19

Browse files
committed
typo
1 parent 71027b7 commit 3e2fb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scope/lifetime/static_lifetime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fn main() {
6363
```
6464

6565
Since `'static` references only need to be valid for the _remainder_ of
66-
a program's life, they can created while the program is executed. Just to
66+
a program's life, they can be created while the program is executed. Just to
6767
demonstrate, the below example uses
6868
[`Box::leak`](https://doc.rust-lang.org/std/boxed/struct.Box.html#method.leak)
6969
to dynamically create `'static` references. In that case it definitely doesn't

0 commit comments

Comments
 (0)