We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09bfb92 + f495723 commit 3ec3c09Copy full SHA for 3ec3c09
src/doc/tutorial.md
@@ -2253,7 +2253,7 @@ defining one.
2253
2254
The type parameters bound by a trait are in scope in each of the
2255
method declarations. So, re-declaring the type parameter
2256
-`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
2257
the impl, would be a compile-time error.
2258
2259
Within a trait definition, `Self` is a special type that you can think
0 commit comments