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.
1 parent 20c1e2e commit b14aff1Copy full SHA for b14aff1
strategy/src/test/java/com/iluwatar/strategy/DragonSlayingStrategyTest.java
@@ -52,7 +52,7 @@ public static Collection<Object[]> data() {
52
return Arrays.asList(
53
new Object[]{
54
new MeleeStrategy(),
55
- "With your Excalibur you severe the dragon's head!"
+ "With your Excalibur you sever the dragon's head!"
56
},
57
58
new ProjectileStrategy(),
0 commit comments