Skip to content

Commit b020991

Browse files
committed
---
yaml --- r: 209167 b: refs/heads/master c: 621a10e h: refs/heads/master i: 209165: fd11b57 209163: 511dbe1 209159: d4f5da5 209151: e472a65 v: v3
1 parent cf42f13 commit b020991

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 16a47c2d916ad51660d638b85e30125ac3f3fe53
2+
refs/heads/master: 621a10e7f32d790c39a0b4528369cf7959dd7d34
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
55
refs/heads/try: 7b4ef47b7805a402d756fb8157101f64880a522f

trunk/src/doc/trpl/lifetimes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ x: &'a i32,
134134
# }
135135
```
136136

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.
137+
uses it. So why do we need a lifetime here? We need to ensure that any
138+
reference to the contained `i32` does not outlive the containing `Foo`.
139139

140140
## Thinking in scopes
141141

0 commit comments

Comments
 (0)