Skip to content

Commit a860727

Browse files
authored
Update multi_bounds.md
1 parent eead22c commit a860727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generics/multi_bounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Multiple bounds
22

3-
Multiple bounds can be applied with a `+`. Like normal, different types are
3+
Multiple bounds for a single type can be applied with a `+`. Like normal, different types are
44
separated with `,`.
55

66
```rust,editable

0 commit comments

Comments
 (0)