Skip to content

Commit 28f1be5

Browse files
KordyjanPhilippus
andauthored
Apply suggestions from code review
Co-authored-by: Philippus Baalman <[email protected]>
1 parent fc2f6ae commit 28f1be5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/_posts/2022-06-15-scala-3.1.3-released.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ by: Paweł Marks, VirtusLab
55
title: Scala 3.1.3 released!
66
---
77

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.
99

1010
## Highlights of the release
1111

@@ -55,11 +55,11 @@ inline def first[A]: Int =
5555
second[A] + 42
5656
```
5757

58-
will now report compilation error looking like this
58+
will now report a compilation error looking like this
5959

6060
![the new error]({{ site.baseurl }}/resources/img/inline-error-after.png)
6161

62-
instead of previous
62+
instead of previously
6363

6464
![the old error]({{ site.baseurl }}/resources/img/inline-error-before.png)
6565

0 commit comments

Comments
 (0)