Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reference to supertrait syntax in 09_error_trait.md #124

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

mckzm
Copy link
Contributor

@mckzm mckzm commented Aug 4, 2024

The Error trait chapter states that the reader may recall the supertrait syntax from the Sized trait chapter. Actually the syntax is introduced in the From and Into chapter instead. This PR amends the text accordingly.

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.
@LukeMathWalker LukeMathWalker merged commit 2765fda into mainmatter:main Aug 5, 2024
2 checks passed
@LukeMathWalker
Copy link
Collaborator

Thanks!

st4s1k pushed a commit to st4s1k/100-exercises-to-learn-rust that referenced this pull request Aug 10, 2024
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.
chemonoworld pushed a commit to chemonoworld/100-exercises-to-learn-rust that referenced this pull request Aug 25, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants