Skip to content

Commit 20c1e2e

Browse files
committed
Merge branch 'patch-1' of https://github.com/saifulazad/java-design-patterns into saifulazad-patch-1
2 parents 100a72a + e549af2 commit 20c1e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strategy/src/main/java/com/iluwatar/strategy/MeleeStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ public class MeleeStrategy implements DragonSlayingStrategy {
3131

3232
@Override
3333
public void execute() {
34-
System.out.println("With your Excalibur you severe the dragon's head!");
34+
System.out.println("With your Excalibur you sever the dragon's head!");
3535
}
3636
}

0 commit comments

Comments
 (0)