diff --git a/OGP1718-Worms/src/Worm.java b/OGP1718-Worms/src/Worm.java index 6a8330d..f670c67 100644 --- a/OGP1718-Worms/src/Worm.java +++ b/OGP1718-Worms/src/Worm.java @@ -156,7 +156,8 @@ public class Worm { /** * Return the orientation of the worm - * + * the orientation of a worm expresses the direction in which + * the worm is looking */ @Basic public double getOrientation() {