diff --git a/Enemy.java b/Enemy.java
index 3b1032b8082336572ae62cf8b03bd8332ace3418..9befdf7d833a761de1633efc79b30b24323c96dd 100644
--- a/Enemy.java
+++ b/Enemy.java
@@ -14,7 +14,7 @@ public class Enemy extends Interactables
      */
     public void act() 
     {
-        // Add your action code here.
+        // Adddd your action code here.
     }
     
 }