Skip to content

Commit 607c70e

Browse files
committed
TRPL/lifetimes.md: Fix typo lifteimes -> lifetimes
1 parent 859d295 commit 607c70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/lifetimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ We previously talked a little about [function syntax][functions], but we didn’
8181
discuss the `<>`s after a function’s name. A function can have ‘generic
8282
parameters’ between the `<>`s, of which lifetimes are one kind. We’ll discuss
8383
other kinds of generics [later in the book][generics], but for now, let’s
84-
just focus on the lifteimes aspect.
84+
just focus on the lifetimes aspect.
8585

8686
[functions]: functions.html
8787
[generics]: generics.html

0 commit comments

Comments
 (0)