We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b8b94 commit b1b3738Copy full SHA for b1b3738
src/doc/book/associated-types.md
@@ -131,7 +131,7 @@ declarations.
131
## Trait objects with associated types
132
133
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:
+try to create a trait object from a trait with an associated type, like this:
135
136
```rust,ignore
137
# trait Graph {
0 commit comments