mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-06 04:23:22 +00:00
fix: Minor misspelling (#3161)
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user