Skip to content

Commit ee6aa1c

Browse files
Update docs/blog/_posts/2021-02-17-scala3-rc1.md
Co-authored-by: Master-Killer <[email protected]>
1 parent 2d9588d commit ee6aa1c

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
@@ -18,7 +18,7 @@ Type parameters on extensions can now be combined with type parameters on the me
1818

1919
```scala
2020
List(1, 2, 3).second[Int]
21-
extension [T](xs: List[T])
21+
extension [A](xs: List[A])
2222
def sumBy[B](f: A => B)(using Numeric[B]): B = ...
2323
```
2424

0 commit comments

Comments
 (0)