Skip to content

Commit 92d0b97

Browse files
Remove misleading sentence about the patch version from the blog article
1 parent a59c067 commit 92d0b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2019-08-30-18th-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Some of these changes will end up in Scala 3, some of them will be deemed not wo
4242
Keeping that in mind, let us proceed to the nitty-gritty!
4343

4444
## Switch to Standard Library 2.13
45-
Dotty is now using the standard library 2.13 instead of the previous 2.12.8. This fact is reflected in the patch version 1 in 0.18.1-RC1 which Dotty will be using from now on.
45+
Dotty is now using the standard library 2.13 instead of the previous 2.12.8.
4646

4747
## `@main` functions
4848
Bootstrapping a new Scala application is as hard as a new Java application. How do you write a main method? Normally, something like that:

0 commit comments

Comments
 (0)