Skip to content

Commit 37b52cc

Browse files
Kordyjanbishabosha
andauthored
Update blog/_posts/2021-10-19-scala-3.1.0-released.md
Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
1 parent 7ebcf45 commit 37b52cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ sealed trait Bottom extends Top
8282

8383
Previously you would not be able to summon an instance of `scala.deriving.Mirror.SumOf` for `Top`, as its child `Bottom` is also sealed. In Scala 3.1 this is now possible, enabling compiletime reflection over nested hierarchies of sealed types.
8484

85-
The only change necessary for users is that you should now consider that one of the `MirroredElemTypes` for a `Mirror.SumOf could also be a sum type, not just product types.
85+
The only change necessary for users is that you should now consider that one of the `MirroredElemTypes` for a `Mirror.SumOf` could also be a sum type, not just product types.
8686

8787
### Other changes
8888

0 commit comments

Comments
 (0)