Skip to content

Commit c4a3458

Browse files
Address blog article review
1 parent cb94d25 commit c4a3458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/blog/_posts/2020-04-28-24th-dotty-milestone-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ scala> if true then
2525
|
2626
```
2727

28-
Previously, the REPL would have stopped after `println(1)`. Now, it waits either for an `else` block or an extra newline to indicate the end of the expression. The above example will output `12` as expected.
28+
Previously, the REPL would have stopped after `print(1)`. Now, it waits either for an `else` block or an extra newline to indicate the end of the expression. The above example will output `12` as expected.
2929

3030
# Better error message for ifs that miss an else branch
3131
The error messages are now more beginner-friendly. Consider the following:
@@ -98,7 +98,7 @@ We are looking forward to having you join the team of contributors.
9898
## Library authors: Join our community build
9999

100100
Dotty now has a set of widely-used community libraries that are built against every nightly Dotty
101-
snapshot. Currently, this includes ScalaPB, algebra, scalatest, scopt and squants.
101+
snapshot. Currently, this includes shapeless, ScalaPB, algebra, scalatest, scopt and squants.
102102
Join our [community build](https://github.com/lampepfl/dotty-community-build)
103103
to make sure that our regression suite includes your library.
104104

0 commit comments

Comments
 (0)