Skip to content

Commit 850b99d

Browse files
Merge pull request #8102 from lampepfl/bishabosha-patch-1
Update 2019-12-20-21th-dotty-milestone-release.md
2 parents f00fa72 + c56a4ee commit 850b99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2019-12-20-21th-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ given extension (s: String) { ... }
183183
```
184184
or
185185
```scala
186-
extension listOps of [T](xs: List[T]) with { ... }
186+
given listOps: [T](xs: List[T]) extended with { ... }
187187

188188
given (s: String) extended with { ... }
189189
```

0 commit comments

Comments
 (0)