![]() |
ErrataCritical entries are listed by chapter. |
ToolBox usage on Lines 14 and 30ToolBox.crash method needs a message string as a second
parameter. It should read:
ToolBox.crash(position < 0 || position % SIZE != 0, "Invalid Input");
if statement should include equality:
if (position >= ALPHABET.length())