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

Fixes Issue #85 (and another proofreading correction) #86

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/src/pages/expressions/05-exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ A bit of exploration should convince you that yes, Scala does maintain the stand

Below we've written a number of expressions. For each expression, try to answer the questions:

1. It will compile?
2. If it compiles, what is it's type?
1. Will it compile?
2. If it compiles, what is its type?
3. If it compiles can it be evaluated, or will it fail at run-time?

Then try to check your guesses using the worksheet. If you guessed wrong, try to think about what part of your understanding is incorrect.
Expand Down
3 changes: 1 addition & 2 deletions book/src/pages/foreword-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ This is an *early access* release of Creative Scala.
There may be typos and other errors in the text and examples.

If you spot any mistakes or would like to provide feedback,
please let us know via our [Gitter chat room][underscore-gitter]
or by email:
please let us know via our [Discord server][creative-scala-discord] or by email:

- Dave Gurnell ([[email protected]](mailto:[email protected]))
- Noel Welsh ([[email protected]](mailto:[email protected]))
Expand Down
2 changes: 1 addition & 1 deletion book/src/pages/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[github-creative-scala]: https://github.com/underscoreio/creative-scala
[essential-scala]: http://underscore.io/training/courses/essential-scala
[underscore-github]: https://github.com/underscoreio
[underscore-gitter]: https://gitter.im/underscoreio/scala
[creative-scala-discord]: https://discord.com/invite/rRhcFbJxVG
[underscore]: http://underscore.io
[twitter-dave]: http://twitter.com/davegurnell
[twitter-jono]: http://twitter.com/jonoabroad
Expand Down
Loading