diff --git a/src/main/java/com/cm6123/monopoly/game/Movement.java b/src/main/java/com/cm6123/monopoly/game/Movement.java
index fa82a12943b6e39798d3727e3f0b1986b6fc09d7..73b6d5e3d4387a720313440c94bc28883f2fbee0 100644
--- a/src/main/java/com/cm6123/monopoly/game/Movement.java
+++ b/src/main/java/com/cm6123/monopoly/game/Movement.java
@@ -30,7 +30,7 @@ public class Movement {
         int diceResult = roll1 + roll2;
         System.out.println("You rolled " + diceResult);
 
-        // Get current player position
+        // Get current player position.
         int currentPosition = player.getPosition();
 
         // Calculate new position on the game board based on dice result