diff --git a/src/generics/multi_bounds.md b/src/generics/multi_bounds.md index 5f51a6c24b..969ba6417e 100644 --- a/src/generics/multi_bounds.md +++ b/src/generics/multi_bounds.md @@ -1,6 +1,6 @@ # Multiple bounds -Multiple bounds can be applied with a `+`. Like normal, different types are +Multiple bounds for a single type can be applied with a `+`. Like normal, different types are separated with `,`. ```rust,editable