auto merge of #13683 : aochagavia/rust/pr, r=alexcrichton

Replaced "len" by "length", to match the given code example.
This commit is contained in:
bors 2014-04-22 17:26:33 -07:00
commit 3ec3c092ee

View File

@ -2253,7 +2253,7 @@ defining one.
The type parameters bound by a trait are in scope in each of the
method declarations. So, re-declaring the type parameter
`T` as an explicit type parameter for `len`, in either the trait or
`T` as an explicit type parameter for `length`, in either the trait or
the impl, would be a compile-time error.
Within a trait definition, `Self` is a special type that you can think