fix: Minor misspelling (#3161)

This commit is contained in:
Mehdi Rahimi
2025-01-13 18:03:54 +02:00
committed by GitHub
parent f0f4c7d4c0
commit 49172dd5be
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ public class LambdaStrategy {
public enum Strategy implements DragonSlayingStrategy {
MeleeStrategy(() -> LOGGER.info(
"With your Excalibur you severe the dragon's head!")),
"With your Excalibur you sever the dragon's head!")),
ProjectileStrategy(() -> LOGGER.info(
"You shoot the dragon with the magical crossbow and it falls dead on the ground!")),
SpellStrategy(() -> LOGGER.info(
+1 -1
View File
@@ -123,7 +123,7 @@ public class LambdaStrategy {
public enum Strategy implements DragonSlayingStrategy {
MeleeStrategy(() -> LOGGER.info(
"With your Excalibur you severe the dragon's head!")),
"With your Excalibur you sever the dragon's head!")),
ProjectileStrategy(() -> LOGGER.info(
"You shoot the dragon with the magical crossbow and it falls dead on the ground!")),
SpellStrategy(() -> LOGGER.info(