Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ object ObjectOrientedProgramming extends ScalaTutorialSection {
*
* The definitions of `contains` and `incl` in the classes
* `Empty` and `NonEmpty` ''implement'' the abstract
* functions in the base trait `IntSet`.
* functions in the base class `IntSet`.
*
* It is also possible to ''redefine'' an existing, non-abstract
* definition in a subclass by using `override`.
Expand Down