8000
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 45a0338 commit 23f4b04Copy full SHA for 23f4b04
_tour/mixin-class-composition.md
@@ -78,6 +78,6 @@ object StringIteratorTest extends App {
78
richStringIter foreach println
79
}
80
```
81
-The new class `Iter` has `StringIterator` as a superclass and `RichIterator` as a mixin.
+The new class `RichStringIter` has `StringIterator` as a superclass and `RichIterator` as a mixin.
82
83
With single inheritance we would not be able to achieve this level of flexibility.
0 commit comments