Skip to content

Commit

Permalink
Merge branch 'saifulazad-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
npathai committed Mar 26, 2016
2 parents 100a72a + b14aff1 commit 9074a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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!");
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static Collection<Object[]> data() {
return Arrays.asList(
new Object[]{
new MeleeStrategy(),
"With your Excalibur you severe the dragon's head!"
"With your Excalibur you sever the dragon's head!"
},
new Object[]{
new ProjectileStrategy(),
Expand Down

0 comments on commit 9074a9c

Please sign in to comment.