]> git.lizzy.rs Git - rust.git/commitdiff
TRPL/lifetimes.md: Fix typo lifteimes -> lifetimes
authorMarko Lalic <marko.lalic@gmail.com>
Thu, 6 Aug 2015 09:57:55 +0000 (11:57 +0200)
committerMarko Lalic <marko.lalic@gmail.com>
Thu, 6 Aug 2015 09:57:55 +0000 (11:57 +0200)
src/doc/trpl/lifetimes.md

index bdb22fb4a690672b51a6c05d3701a1f16d97ce97..3fe8ad0cfe28f9e8df2e515f7a41d380f4ff1700 100644 (file)
@@ -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