Skip to content

Commit e3fac36

Browse files
author
Chris Dickinson
authored
"any" -> "every"
wrong use of "any"
1 parent 8a55584 commit e3fac36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/scala/scalatutorial/sections/ObjectOrientedProgramming.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ object ObjectOrientedProgramming extends ScalaTutorialSection {
487487
* `Empty` and `NonEmpty` are ''subclasses'' of
488488
* `IntSet`.
489489
*
490-
* In Scala, any user-defined class extends another class.
490+
* In Scala, every user-defined class extends another class.
491491
*
492492
* If no superclass is given, the standard class `Object` in the Java package `java.lang` is assumed.
493493
*

0 commit comments

Comments
 (0)