Skip to content

Commit 3c7e7f3

Browse files
committed
Fix typo (from "That's new" to "What's new")
1 parent b274e7e commit 3c7e7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala3/new-in-scala3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ changes. If you want to dig deeper, there are a few references at your disposal:
1111
- The [Language Reference][reference] gives a detailed description of the changes from Scala 2 to Scala 3.
1212
- The [Migration Guide][migration] provides you with all of the information necessary to move from Scala 2 to Scala 3.
1313

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

0 commit comments

Comments
 (0)