Skip to content

Commit 401cdb0

Browse files
authored
Merge pull request #1338 from lolgab/fix-typo-blog-post
Fix typo in 2022-02-01-scala-3.1.1-released.md
2 parents e402135 + f39850e commit 401cdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2022-02-01-scala-3.1.1-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ So, for example, compiling your library using Scala 3.1.2-RC2 with `-Yscala-rele
4242

4343
One important note is that the `-Yscala-release` flag is experimental and not yet available in any stable release of the compiler. It means the build tools, such as SBT or Mill, are not yet aware of its existence. Of course, you can declare usage of the flag in your build file, and the compiler will respect it. However, there may still be some hiccups, like generated artifacts depending on the incorrect version of the stdlib. We will do our best to help fix those minor issues before the stable release of 3.1.2.
4444

45-
Detailed description of the new flag can be found in [the reference page for the binary comaptibility](https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html).
45+
Detailed description of the new flag can be found in [the reference page for the binary compatibility](https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html).
4646

4747
If you are interested in other changes brought by 3.1.2-RC1, there is, as always, [a changelog on GitHub](https://github.com/lampepfl/dotty/releases/tag/3.1.2-RC1).
4848

0 commit comments

Comments
 (0)