File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ forbidden in item signatures to allow reasoning about the types just based in
477
477
the item signature alone. However, for ergonomic reasons a very restricted
478
478
secondary inference algorithm called “lifetime elision” applies in function
479
479
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
481
481
this with only three easily memorizable and unambiguous rules. This makes
482
482
lifetime elision a shorthand for writing an item signature, while not hiding
483
483
away the actual types involved as full local inference would if applied to it.
You can’t perform that action at this time.
0 commit comments