We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71027b7 commit 3e2fb19Copy full SHA for 3e2fb19
src/scope/lifetime/static_lifetime.md
@@ -63,7 +63,7 @@ fn main() {
63
```
64
65
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
+a program's life, they can be created while the program is executed. Just to
67
demonstrate, the below example uses
68
[`Box::leak`](https://doc.rust-lang.org/std/boxed/struct.Box.html#method.leak)
69
to dynamically create `'static` references. In that case it definitely doesn't
0 commit comments