diff --git a/src/Main.java b/src/Main.java
index c68b4eedf0ced9eb87b6a423e371f9ca334cf1cc..2096d572c93c30fd6161da1d039b713b13ad96cd 100644
--- a/src/Main.java
+++ b/src/Main.java
@@ -9,7 +9,7 @@ public class Main {
         //TIP Press <shortcut actionId="ShowIntentionActions"/> with your caret at the highlighted text
         // to see how IntelliJ IDEA suggests fixing it.
         System.out.println("changes in the merge");
-        System.out.println("Hello Mahboobe changing the code online!");
+        System.out.println("Hello Class changing the code online again!");
 
         HashMap<String, Integer> grades = new HashMap<>();
         grades.put("Mahboobe", 87);