We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8e03e commit 1ffbe2aCopy full SHA for 1ffbe2a
docs/_docs/reference/other-new-features/opaques-details.md
@@ -51,7 +51,7 @@ object o:
51
def id(x: o.T): o.T = x
52
```
53
54
-Opaque type aliases cannot be `private` and cannot overridden in subclasses.
+Opaque type aliases cannot be `private` and cannot be overridden in subclasses.
55
56
## Type Parameters of Opaque Types
57
0 commit comments