You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/_posts/2022-06-15-scala-3.1.3-released.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ by: Paweł Marks, VirtusLab
5
5
title: Scala 3.1.3 released!
6
6
---
7
7
8
-
We are happy to announce the release of Scala 3.1.3! You can read more about all the improvements and fixes in [the full changelog](https://github.com/lampepfl/dotty/releases/tag/3.1.3). We have also prepared a short highlights of the most exciting additions in the new version.
8
+
We are happy to announce the release of Scala 3.1.3! You can read more about all the improvements and fixes in [the full changelog](https://github.com/lampepfl/dotty/releases/tag/3.1.3). We have also prepared a short list of highlights of the most exciting additions in the new version.
9
9
10
10
## Highlights of the release
11
11
@@ -55,11 +55,11 @@ inline def first[A]: Int =
55
55
second[A] +42
56
56
```
57
57
58
-
will now report compilation error looking like this
58
+
will now report a compilation error looking like this
59
59
60
60

61
61
62
-
instead of previous
62
+
instead of previously
63
63
64
64

0 commit comments