Fix lifetimes trpl typo

This commit is contained in:
Mohammed Attia 2015-05-19 14:38:54 +02:00
parent b301e02f37
commit aa570bce3e

View File

@ -219,7 +219,7 @@ to it.
## Lifetime Elision
Rust supports powerful local type inference in function bodies, but its
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
the item signature alone. However, for ergonomic reasons a very restricted
secondary inference algorithm called “lifetime elision” applies in function
signatures. It infers only based on the signature components themselves and not