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 11a6127 commit 915cf01Copy full SHA for 915cf01
src/doc/trpl/lifetimes.md
@@ -70,7 +70,7 @@ fn bar<'a>(x: &'a i32) {
70
```
71
72
The `'a` reads ‘the lifetime a’. Technically, every reference has some lifetime
73
-associated with it, but the compiler lets you elide them in common cases.
+associated with it, but the compiler lets you omit them in common cases.
74
Before we get to that, though, let’s break the explicit example down:
75
76
```rust,ignore
0 commit comments