diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index 9f15fd1934f..4b95cfc283f 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -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