Skip to content

Commit adbd7e2

Browse files
committed
Fix typo
1 parent fc9bcb3 commit adbd7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/trait-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ because it violates one of the following rules for trait parameters:
2727

2828
1. If a class `C` extends a parameterized trait `T`, and its superclass does not, `C` _must_ pass arguments to `T`.
2929

30-
2. If a class `C` extends a parameterized trait `T`, and its superclass does as well, `C` _may not` pass arguments to `T`.
30+
2. If a class `C` extends a parameterized trait `T`, and its superclass does as well, `C` _may not_ pass arguments to `T`.
3131

3232
3. Traits may never pass arguments to parent traits.
3333

0 commit comments

Comments
 (0)