Skip to content

Commit

Permalink
Book: Fix phrasing: “an associated type” → “a trait with an associate…
Browse files Browse the repository at this point in the history
…d type”.
  • Loading branch information
progval committed Mar 30, 2016
1 parent 70b8b94 commit b1b3738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/associated-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ declarations.
## Trait objects with associated types

There’s one more bit of syntax we should talk about: trait objects. If you
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:

```rust,ignore
# trait Graph {
Expand Down

0 comments on commit b1b3738

Please sign in to comment.