Skip to content

Commit 1ffbe2a

Browse files
oderskybishabosha
andauthored
Update docs/_docs/reference/other-new-features/opaques-details.md
Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
1 parent 8c8e03e commit 1ffbe2a

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)