Severe is not appropriate.

"Sever" is most Appropriate
This commit is contained in:
Saiful Islam 2016-03-25 22:50:17 +06:00
parent aebd857931
commit e549af25dd

View File

@ -31,6 +31,6 @@ public class MeleeStrategy implements DragonSlayingStrategy {
@Override
public void execute() {
System.out.println("With your Excalibur you severe the dragon's head!");
System.out.println("With your Excalibur you sever the dragon's head!");
}
}