From 200e8e338a576e688b31f50f21311bfdf666e723 Mon Sep 17 00:00:00 2001 From: Leen Dereu Date: Tue, 27 Feb 2018 12:41:04 +0100 Subject: [PATCH] move function --- src/Worm.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Worm.java b/src/Worm.java index b531e6b..9399672 100644 --- a/src/Worm.java +++ b/src/Worm.java @@ -155,7 +155,8 @@ public class Worm { } /** - * @param NumberSteps ... + * @param NumberSteps + * the number of steps the worm should take * * @post the new x-coordinate schould be the old one plus the number of steps multiplied * with the distance of a step in the x-orientation