Skip to content

Commit 0ddba6c

Browse files
Update docs/blog/_posts/2021-02-17-scala3-rc1.md
Co-authored-by: Jamie Thompson <[email protected]>
1 parent ee6aa1c commit 0ddba6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2021-02-17-scala3-rc1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This release brings some last-minute polishings, clean-ups and changes before th
1313
Overall, more than [400 PRs](https://github.com/lampepfl/dotty/pulls?q=is%3Apr+is%3Aclosed+closed%3A%3E2020-12-02+sort%3Acomments-desc) were merged after the M3 release and until today! Read more below!
1414

1515
<!--more-->
16-
# Allow leading context parameters in extension methods
16+
# Allow secondary type parameter list in extension methods
1717
Type parameters on extensions can now be combined with type parameters on the methods themselves. E.g.:
1818

1919
```scala

0 commit comments

Comments
 (0)