Book: Fix phrasing: “an associated type” → “a trait with an associated type”.

This commit is contained in:
Valentin Lorentz 2016-03-30 19:34:53 +02:00
parent 70b8b9487a
commit b1b37384cd
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ declarations.
## Trait objects with associated types
Theres 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 {