From 1185f7938af03438e8ede303bdbaabcf61e0556e Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Wed, 26 Feb 2020 19:45:43 -0300 Subject: [PATCH] Fix typo Signed-off-by: Chris Cromer --- src/main/java/cl/cromer/azaraka/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/cl/cromer/azaraka/Constants.java b/src/main/java/cl/cromer/azaraka/Constants.java index 3c1302a..dfc7be1 100644 --- a/src/main/java/cl/cromer/azaraka/Constants.java +++ b/src/main/java/cl/cromer/azaraka/Constants.java @@ -71,7 +71,7 @@ public interface Constants { */ int VERTICAL_CELLS = 10; /** - * The amount of chests to draw, if less then 2 the game cannot be won + * The amount of chests to draw, if less than 2 the game cannot be won */ int CHESTS = 2; /**