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 6cbb458 commit 7c05402Copy full SHA for 7c05402
docs/docs/reference/other-new-features/trait-parameters.md
@@ -30,9 +30,9 @@ because it violates the second rule of the following for trait parameters:
30
31
1. If a class `C` extends a parameterized trait `T`, and its superclass does not, `C` _must_ pass arguments to `T`.
32
33
- 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` _must not_ pass arguments to `T`.
34
35
- 3. Traits may never pass arguments to parent traits.
+ 3. Traits must never pass arguments to parent traits.
36
37
Here's a trait extending the parameterized trait `Greeting`.
38
0 commit comments