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