Skip to content

Commit 7a64c74

Browse files
authored
Fix typo: "arbitrary" -> "arbitrarily" (#114)
1 parent 0331f79 commit 7a64c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scalatutorial/sections/ObjectOrientedProgramming.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ object ObjectOrientedProgramming extends ScalaTutorialSection {
582582
* }}}
583583
*
584584
* Classes, objects and traits can inherit from at most one class but
585-
* arbitrary many traits:
585+
* arbitrarily many traits:
586586
*
587587
* {{{
588588
* class Square extends Shape with Planar with Movable …

0 commit comments

Comments
 (0)