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 Patterns and Matching chapter using the wrong chapter number #231

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KrappRamiro
Copy link

Hi.

Im new to Rust, and i saw chapter 2 of the book saying the following:

Patterns and the match construct are powerful Rust features: they let you express a variety of situations your code might encounter and they make sure you handle them all. These features will be covered in detail in Chapter 6 and Chapter 18, respectively.

But when i look at the index, i see that Chapter 18 is about OOP, and the one about Patterns and Matching is instead Chapter 19, so i figured that it may be an error

image

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.

1 participant