Skip to content

Commit

Permalink
Auto merge of rust-lang#27558 - mlalic:patch-1, r=brson
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Aug 7, 2015
2 parents 871fd5e + 607c70e commit b77d2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/lifetimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ We previously talked a little about [function syntax][functions], but we didn’
discuss the `<>`s after a function’s name. A function can have ‘generic
parameters’ between the `<>`s, of which lifetimes are one kind. We’ll discuss
other kinds of generics [later in the book][generics], but for now, let’s
just focus on the lifteimes aspect.
just focus on the lifetimes aspect.

[functions]: functions.html
[generics]: generics.html
Expand Down

0 comments on commit b77d2f5

Please sign in to comment.