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 0063e21 commit 1ff3a99Copy full SHA for 1ff3a99
_tour/traits.md
@@ -62,7 +62,7 @@ iterator.next() // prints 1
62
This `IntIterator` class takes a parameter `to` as an upper bound. It `extends Iterator[Int]` which means that the `next` method must return an Int.
63
64
## Subtyping
65
-Subtypes of traits can be used where a the trait is required.
+Subtypes of traits can be used where the trait is required.
66
```tut
67
import scala.collection.mutable.ArrayBuffer
68
0 commit comments