8000 SIP 25: fix typo · pathikrit/scala.github.com@b13142f · GitHub
[go: up one dir, main page]

Skip to content

Commit b13142f

Browse files
committed
SIP 25: fix typo
1 parent cc74cb4 commit b13142f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sips/pending/_posts/2015-6-18-trait-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Parent traits can now be introduced as a type or as a constructor which can take
3131

3232
The following rules ensure that every parameterized trait is passed an argument list exactly when it is initialized:
3333

34-
1. Only classes can pass arguments to parent traits. Traits themselves can pass arguments no neither classes nor traits.
34+
1. Only classes can pass arguments to parent traits. Traits themselves can pass arguments to neither classes nor traits.
3535

3636
2. If a class `C` implements a parameterized trait `T`, and its superclass does not, then `T` must appear as a parent trait of `C` with arguments. By contrast, if the superclass of `C` also implements `T`, then `C` may not pass arguments to `T`.
3737

0 commit comments

Comments
 (0)
0