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 @@ -487,7 +487,7 @@ object ObjectOrientedProgramming extends ScalaTutorialSection {
* `Empty` and `NonEmpty` are ''subclasses'' of
* `IntSet`.
*
* In Scala, any user-defined class extends another class.
* In Scala, every user-defined class extends another class.
*
* If no superclass is given, the standard class `Object` in the Java package `java.lang` is assumed.
*
Expand Down