From 79360637f6733a9edf913566a57039b575341287 Mon Sep 17 00:00:00 2001 From: Arthur Bols Date: Tue, 27 Feb 2018 12:39:51 +0100 Subject: [PATCH] fixed typo --- src/Worm.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Worm.java b/src/Worm.java index d3a0836..ee6b529 100644 --- a/src/Worm.java +++ b/src/Worm.java @@ -1,3 +1,4 @@ +import be.kuleuven.cs.som.annotate.*; public class Worm { @@ -155,7 +156,7 @@ public class Worm { } /** - * @param NumberSteps ... + * @param numberSteps ... * * @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