From 36082ca8882107f308921de8b918d6ab138c2592 Mon Sep 17 00:00:00 2001 From: Chris Dickinson Date: Sun, 25 Aug 2019 21:52:48 +0100 Subject: [PATCH] Correction proposal - no mention of slides no mention of slides (this is not a slide-show) --- .../scalatutorial/sections/ObjectOrientedProgramming.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 == *