Skip to content

Commit

Permalink
Fix a typo in the Rust Book ownership page.
Browse files Browse the repository at this point in the history
  • Loading branch information
liammonahan committed Mar 23, 2015
1 parent b0aad7d commit 558c427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/trpl/ownership.md
Expand Up @@ -513,8 +513,8 @@ Otherwise, it is an error to elide an output lifetime.

### Examples

Here are some examples of functions with elided lifetimes, and the version of
what the elided lifetimes are expand to:
Here are some examples of functions with elided lifetimes, along with versions
of what the elided lifetimes expand to:

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

0 comments on commit 558c427

Please sign in to comment.