Fix reference to supertrait syntax in 09_error_trait.md (#124)
authormckzm <134839822+mckzm@users.noreply.github.com>
Mon, 5 Aug 2024 15:53:07 +0000 (00:53 +0900)
committerGitHub <noreply@github.com>
Mon, 5 Aug 2024 15:53:07 +0000 (17:53 +0200)
commit2765fdaa0e801a95e2a41db94b64a39e7413e1af
tree576009b84d7cce3cb5a09bcbb4db902afb47e932
parent96f06708b0f91abbf7e7826ca83aa48d15745e0a
Fix reference to supertrait syntax in 09_error_trait.md (#124)

The [Error trait](https://rust-exercises.com/100-exercises/05_ticket_v2/09_error_trait.html?highlight=supertrait#the-error-trait) chapter states that the reader may recall the supertrait syntax from the [Sized trait](https://rust-exercises.com/100-exercises/04_traits/08_sized) chapter. Actually the syntax is introduced in the [From and Into](https://rust-exercises.com/100-exercises/04_traits/09_from) chapter instead. This PR amends the text accordingly.
book/src/05_ticket_v2/09_error_trait.md