We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0933975 + 7f722c8 commit 28b7ec6Copy full SHA for 28b7ec6
1 file changed
src/scope/lifetime/static_lifetime.md
@@ -67,7 +67,7 @@ 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
70
-live for the entire duration, but only for the leaking point onward.
+live for the entire duration, but only from the leaking point onward.
71
72
```rust,editable,compile_fail
73
extern crate rand;
0 commit comments