Skip to content

Commit ec90a57

Browse files
typo fix
1 parent 3dfc323 commit ec90a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2019-05-24-15th-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ We've also plugged a few soundness problems caused by inferring too much when ma
163163
Some of the other notable changes include the following:
164164

165165
- Dotty is now fully boostrapped. This means that we are able to compile Dotty with Dotty itself, and hence use all the new features in the compiler code base.
166-
- Singletones are now allowed in union types. E.g. the following is allowed: `object foo; type X = Int | foo.type`.
166+
- Singletons are now allowed in union types. E.g. the following is allowed: `object foo; type X = Int | foo.type`.
167167
- A bunch of improvements was made for the type inference system – see, e.g., PRs [#6454](https://github.com/lampepfl/dotty/pull/6454) and [#6467](https://github.com/lampepfl/dotty/pull/6467).
168168
- Improvements to the Scala 2 code support which, in particular, improves Cats support – see PRs [#6494](https://github.com/lampepfl/dotty/pull/6494) and [#6498](https://github.com/lampepfl/dotty/pull/6498).
169169

0 commit comments

Comments
 (0)