Skip to content

Commit 078ab35

Browse files
committed
spelling: unreducible
Signed-off-by: Josh Soref <[email protected]>
1 parent f2bb44a commit 078ab35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2021-10-21-scala-3.1.0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The only change necessary for users is that they should now consider that one of
9595
- A `Wildcard` was made a subtype of `Ident` in the reflection API
9696
- `TypedOrTest` was added as a supertype of `Typed` in the reflection API
9797
- `Unapply.apply` was added to allow construction of `Unapply` trees from macros
98-
- Unreductible match types now raise type errors
98+
- Unreducible match types now raise type errors
9999
- Scala 3.1 targets Scala.js 1.7.x+. This means that users must upgrade to Scala.js 1.7.0 or later to use Scala 3.1.
100100

101101
Beside that Scala 3.1.0 introduced multiple small improvements and fixed a handful of bugs. You can see [the detailed changelog](https://github.com/scala/scala3/releases/tag/3.1.0) on GitHub.

0 commit comments

Comments
 (0)