Skip to content

Commit 782f3cc

Browse files
Update docs/blog/_posts/2020-12-18-scala3-m3.md
Co-authored-by: Sébastien Doeraene <[email protected]>
1 parent 1774d66 commit 782f3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2020-12-18-scala3-m3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ given global: ExecutionContext = ForkJoinContext()
5353
given Context = ctx
5454
```
5555

56-
You can find an extensive discussion on the above change in its [PR #10538](https://github.com/lampepfl/dotty/pull/10538).
56+
You can find a discussion of the above change in the [PR #10538](https://github.com/lampepfl/dotty/pull/10538).
5757

5858
## Drop `as` in patterns
5959
Since we dropped `as` from `given`s, we lost a strong reason for having `as` at all. For this reason, we dropped them also from patterns. If previously the correct binding syntax is patterns was:

0 commit comments

Comments
 (0)