Improve the wording of the example section description on the ownership page

to make it more clear.
This commit is contained in:
Liam Monahan 2015-03-23 21:19:54 -04:00
parent 558c427cd3
commit 37dc801fe6

View file

@ -513,8 +513,8 @@ Otherwise, it is an error to elide an output lifetime.
### Examples
Here are some examples of functions with elided lifetimes, along with versions
of what the elided lifetimes expand to:
Here are some examples of functions with elided lifetimes. We've paired each
example of an elided lifetime with its expanded form.
```{rust,ignore}
fn print(s: &str); // elided