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 c3f1547 commit 03cbf68Copy full SHA for 03cbf68
src/doc/trpl/lifetimes.md
@@ -134,8 +134,8 @@ x: &'a i32,
134
# }
135
```
136
137
-uses it. So why do we need a lifetime here? We need to ensure that any reference
138
-to a `Foo` cannot outlive the reference to an `i32` it contains.
+uses it. So why do we need a lifetime here? We need to ensure that any
+reference to the contained `i32` does not outlive the containing `Foo`.
139
140
## Thinking in scopes
141
0 commit comments