URL to the section(s) of the book with this problem:
https://doc.rust-lang.org/book/ch10-02-traits.html#implementing-a-trait-on-a-type
Description of the problem:
The first line of the para says:
Now that we’ve defined the desired behaviour using the Summary trait, we can implement it on the types in our media aggregator.
Suggested fix:
I feel declared would be a better term as we haven't defined the behaviour but only the trait.