diff --git a/src/main/scala/scalatutorial/sections/ObjectOrientedProgramming.scala b/src/main/scala/scalatutorial/sections/ObjectOrientedProgramming.scala index c9df0a2b..c56d6f81 100644 --- a/src/main/scala/scalatutorial/sections/ObjectOrientedProgramming.scala +++ b/src/main/scala/scalatutorial/sections/ObjectOrientedProgramming.scala @@ -286,7 +286,7 @@ object ObjectOrientedProgramming extends ScalaTutorialSection { * * - takes the parameters of the class * - and executes all statements in the class body - * (such as the `require` a couple of slides back). + * (e.g. the `require` shown above). * * == Auxiliary Constructors == *