Skip to content

Fix typo (from "That's new" to "What's new") #1908

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

Merged
merged 1 commit into from
Jan 24, 2021
Merged
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
2 changes: 1 addition & 1 deletion scala3/new-in-scala3.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ changes. If you want to dig deeper, there are a few references at your disposal:
- The [Language Reference][reference] gives a detailed description of the changes from Scala 2 to Scala 3.
- The [Migration Guide][migration] provides you with all of the information necessary to move from Scala 2 to Scala 3.

## That's new in Scala 3
## What's new in Scala 3
Scala 3 is a complete overhaul of the Scala language. At its core, many aspects
of the type-system have been change to be more principled. While this also
brings exciting new features along (like union types), first and foremost, it
Expand Down