Corrected spelling mistake in hair type: BOLD -> BALD.

This commit is contained in:
Ilkka Seppala
2014-09-25 21:16:48 +03:00
parent d3fbc2e90b
commit 52f0923df9
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ public class App
System.out.println(warrior);
Hero thief = new HeroBuilder(Profession.THIEF, "Desmond")
.withHairType(HairType.BOLD)
.withHairType(HairType.BALD)
.withWeapon(Weapon.BOW)
.build();
System.out.println(thief);