-
Notifications
You must be signed in to change notification settings - Fork 1k
Wrong order of sections in chapter "case class" of scala book #1677
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
Comments
@alvinj wdyt? |
Let me take a look at this. We changed parts of the book when I added it here, and I may have moved something so that it’s out of order. |
Wow, yeah, something is wrong with that page. If I can’t fix it today, I’ll get it fixed this weekend. |
I forgot to reference this issue when I submitted my pull request a few days ago, but that pull request is #1679. I see that it says “All checks have failed”, but I hope that’s a minor thing. |
Hmm, weird. I'll comment about that on the PR itself. |
…order, so I reversed them. I also simplified some other text. (#1682)
fixed by #1682. thanks @marcelo-rosa for the report |
I think Section No mutator methods should be moved after Section An apply method means you don’t need new, since the example of the first section requires the user have seen the example of the second section.
Or, you cannot execute
without having executed
The text was updated successfully, but these errors were encountered: