Skip to content

Commit aed0f78

Browse files
committed
Merge branch 'fix-14660' of https://github.com/dotty-staging/dotty into fix-14660
2 parents 00676e3 + 1ffbe2a commit aed0f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/reference/other-new-features/opaques-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ object o:
5151
def id(x: o.T): o.T = x
5252
```
5353

54-
Opaque type aliases cannot be `private` and cannot overridden in subclasses.
54+
Opaque type aliases cannot be `private` and cannot be overridden in subclasses.
5555

5656
## Type Parameters of Opaque Types
5757

0 commit comments

Comments
 (0)