We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed052d commit 31da7f6Copy full SHA for 31da7f6
src/doc/book/associated-types.md
@@ -67,7 +67,7 @@ trait Graph {
67
Simple enough. Associated types use the `type` keyword, and go inside the body
68
of the trait, with the functions.
69
70
-These `type` declarations work in the same way as those for functions do. For example,
+These type declarations work the same way as those for functions. For example,
71
if we wanted our `N` type to implement `Display`, so we can print the nodes out,
72
we could do this:
73
0 commit comments