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 bf34e85 commit 76bc34bCopy full SHA for 76bc34b
docs/docs/reference/trait-parameters.md
@@ -27,7 +27,7 @@ because it violates one of the following rules for trait parameters:
27
28
1. If a class `C` extends a parameterized trait `T`, and its superclass does not, `C` _must_ pass arguments to `T`.
29
30
- 2. If a class `C` extends a parameterized trait `T`, and its superclass does as well, `C` _may not` pass arguments to `T`.
+ 2. If a class `C` extends a parameterized trait `T`, and its superclass does as well, `C` _may not_ pass arguments to `T`.
31
32
3. Traits may never pass arguments to parent traits.
33
0 commit comments