Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
Chris Cromer 2020-02-26 19:45:43 -03:00
parent 6c2665b1c5
commit 1185f7938a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/**