Skip to content

Commit 31da7f6

Browse files
committed
More clarification
1 parent 2ed052d commit 31da7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/associated-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ trait Graph {
6767
Simple enough. Associated types use the `type` keyword, and go inside the body
6868
of the trait, with the functions.
6969

70-
These `type` declarations work in the same way as those for functions do. For example,
70+
These type declarations work the same way as those for functions. For example,
7171
if we wanted our `N` type to implement `Display`, so we can print the nodes out,
7272
we could do this:
7373

0 commit comments

Comments
 (0)