We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 100a72a + e549af2 commit 20c1e2eCopy full SHA for 20c1e2e
strategy/src/main/java/com/iluwatar/strategy/MeleeStrategy.java
@@ -31,6 +31,6 @@ public class MeleeStrategy implements DragonSlayingStrategy {
31
32
@Override
33
public void execute() {
34
- System.out.println("With your Excalibur you severe the dragon's head!");
+ System.out.println("With your Excalibur you sever the dragon's head!");
35
}
36
0 commit comments