Skip to content

Commit b8c565f

Browse files
Update docs/blog/_posts/2020-12-18-scala3-m3.md
Co-authored-by: Sébastien Doeraene <[email protected]>
1 parent 82c1afe commit b8c565f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2020-12-18-scala3-m3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ imm match
8989
case a: Array[Int] => a(0) = 0 // but that's shown to be lie
9090
```
9191

92-
To address this change, a new trait, `Matchable`, is introduced at the top of the type hierarchy:
92+
To address this change, we introduce a new trait `Matchable` near the top of the type hierarchy:
9393

9494
```scala
9595
abstract class Any:

0 commit comments

Comments
 (0)