We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0331f79 commit 7a64c74Copy full SHA for 7a64c74
src/main/scala/scalatutorial/sections/ObjectOrientedProgramming.scala
@@ -582,7 +582,7 @@ object ObjectOrientedProgramming extends ScalaTutorialSection {
582
* }}}
583
*
584
* Classes, objects and traits can inherit from at most one class but
585
- * arbitrary many traits:
+ * arbitrarily many traits:
586
587
* {{{
588
* class Square extends Shape with Planar with Movable …
0 commit comments