Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nbro authored and carols10cents committed Feb 5, 2018
1 parent 4bbc377 commit ad68017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion second-edition/src/ch10-02-traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ behavior. When we implement the trait on a particular type, we can choose to
keep or override each method’s default behavior.

Listing 10-15 shows how we could have chosen to specify a default string for
the `summary` method of the `Summarize` trait instead of choosing to only
the `summary` method of the `Summarizable` trait instead of choosing to only
define the method signature like we did in Listing 10-12:

<span class="filename">Filename: lib.rs</span>
Expand Down

0 comments on commit ad68017

Please sign in to comment.