Skip to content

Commit e549af2

Browse files
committed
Severe is not appropriate.
"Sever" is most Appropriate
1 parent aebd857 commit e549af2

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)