Skip to content

Commit 1ff3a99

Browse files
authored
Minor typo correction
1 parent 0063e21 commit 1ff3a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ iterator.next() // prints 1
6262
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.
6363

6464
## Subtyping
65-
Subtypes of traits can be used where a the trait is required.
65+
Subtypes of traits can be used where the trait is required.
6666
```tut
6767
import scala.collection.mutable.ArrayBuffer
6868

0 commit comments

Comments
 (0)