From ea5a86842008bb5fc1b25f95452d49312121db96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20B=C3=B6schen?= Date: Tue, 22 Apr 2025 16:48:11 +0200 Subject: [PATCH] Update unit3.md Fixed typo ( missing space) --- week4/unit3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week4/unit3.md b/week4/unit3.md index fa558f9..14da33f 100644 --- a/week4/unit3.md +++ b/week4/unit3.md @@ -646,7 +646,7 @@ Further down we see the coding of the method `class_setup`, this method creates ![Implementation of test class](images/w4u3_01_34.png) -## Step5. Implement the remaining methods for the Travel entity +## Step 5. Implement the remaining methods for the Travel entity What is now left is the implementation of all the other methods. Please replace the methods in your class with copy and paste from the code sections below.