Skip to content

Commit e48c7c6

Browse files
committed
Fix spelling
1 parent 80bf31d commit e48c7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/ownership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ forbidden in item signatures to allow reasoning about the types just based in
477477
the item signature alone. However, for ergonomic reasons a very restricted
478478
secondary inference algorithm called “lifetime elision” applies in function
479479
signatures. It infers only based on the signature components themselves and not
480-
based on the body of the function, only infers lifetime paramters, and does
480+
based on the body of the function, only infers lifetime parameters, and does
481481
this with only three easily memorizable and unambiguous rules. This makes
482482
lifetime elision a shorthand for writing an item signature, while not hiding
483483
away the actual types involved as full local inference would if applied to it.

0 commit comments

Comments
 (0)