Merge pull request #919 from eldruin/master

Chapter 10.02: Remove superfluous 'only'
This commit is contained in:
Carol (Nichols || Goulding)
2017-09-16 15:49:01 -04:00
committed by GitHub

View File

@@ -187,7 +187,7 @@ behavior. When we implement the trait on a particular type, we can choose to
keep or override each methods 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 only choosing to only
the `summary` method of the `Summarize` trait instead of choosing to only
define the method signature like we did in Listing 10-12:
<span class="filename">Filename: lib.rs</span>