Skip to content

Commit b77d2f5

Browse files
committed
Auto merge of rust-lang#27558 - mlalic:patch-1, r=brson
r? @steveklabnik
2 parents 871fd5e + 607c70e commit b77d2f5

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)