We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b301e02 commit aa570bcCopy full SHA for aa570bc
src/doc/trpl/lifetimes.md
@@ -219,7 +219,7 @@ to it.
219
## Lifetime Elision
220
221
Rust supports powerful local type inference in function bodies, but it’s
222
-forbidden in item signatures to allow reasoning about the types just based in
+forbidden in item signatures to allow reasoning about the types based on
223
the item signature alone. However, for ergonomic reasons a very restricted
224
secondary inference algorithm called “lifetime elision” applies in function
225
signatures. It infers only based on the signature components themselves and not
0 commit comments