Skip to content

Commit b1b3738

Browse files
committed
Book: Fix phrasing: “an associated type” → “a trait with an associated type”.
1 parent 70b8b94 commit b1b3738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/associated-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ declarations.
131131
## Trait objects with associated types
132132

133133
There’s one more bit of syntax we should talk about: trait objects. If you
134-
try to create a trait object from an associated type, like this:
134+
try to create a trait object from a trait with an associated type, like this:
135135

136136
```rust,ignore
137137
# trait Graph {

0 commit comments

Comments
 (0)