diff --git a/src/methods-and-traits/traits/associated-types.md b/src/methods-and-traits/traits/associated-types.md index a49ec5e9aed1..fc2a575e06a8 100644 --- a/src/methods-and-traits/traits/associated-types.md +++ b/src/methods-and-traits/traits/associated-types.md @@ -1,6 +1,6 @@ # Associated Types -Associated types allow are placeholder types which are filled in by the trait +Associated types are placeholder types which are filled in by the trait implementation. ```rust,editable