Auto merge of #27558 - mlalic:patch-1, r=brson

r? @steveklabnik
This commit is contained in:
bors 2015-08-07 04:21:47 +00:00
commit b77d2f5ac7

View File

@ -81,7 +81,7 @@ We previously talked a little about [function syntax][functions], but we didn
discuss the `<>`s after a functions name. A function can have generic
parameters between the `<>`s, of which lifetimes are one kind. Well discuss
other kinds of generics [later in the book][generics], but for now, lets
just focus on the lifteimes aspect.
just focus on the lifetimes aspect.
[functions]: functions.html
[generics]: generics.html