Skip to content

Commit 288af95

Browse files
Merge pull request #874 from voidance/patch-1
Minor typo correction
2 parents 0063e21 + 1ff3a99 commit 288af95

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)