Skip to content

Commit

Permalink
Fix constant name and string value
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Jan 2, 2025
1 parent cae6088 commit 8848ea5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public static String stringFor(int n) {
case D4x4: return "D4x4";
case D5x4: return "D5x4";
case D5x5: return "D5x5";
case D6x4: return "D6x4";
case D6x5: return "D6x5";
case D6x6: return "D6x6";
case D8x5: return "D8x5";
case D8x6: return "D8x6";
Expand Down

0 comments on commit 8848ea5

Please sign in to comment.