Skip to content

Commit 37dc801

Browse files
committed
Improve the wording of the example section description on the ownership page
to make it more clear.
1 parent 558c427 commit 37dc801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/trpl/ownership.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ Otherwise, it is an error to elide an output lifetime.
513513

514514
### Examples
515515

516-
Here are some examples of functions with elided lifetimes, along with versions
517-
of what the elided lifetimes expand to:
516+
Here are some examples of functions with elided lifetimes. We've paired each
517+
example of an elided lifetime with its expanded form.
518518

519519
```{rust,ignore}
520520
fn print(s: &str); // elided

0 commit comments

Comments
 (0)