]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/associated-types.md
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / doc / book / associated-types.md
index a0676a33996fc34bf83a380806db5a3acaa11373..cb54ac2419ecd0d55baf0a780d2c4e87d7ddef24 100644 (file)
@@ -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 {