Skip to content

Commit

Permalink
Capitalised the 'K' in 'King'
Browse files Browse the repository at this point in the history
  • Loading branch information
koshambiB committed Apr 13, 2024
1 parent 808a8be commit 4bb7ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/a2ys/chess/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ public class Constants {
// public static final String initialFen = "4k3/pppppppp/8/8/8/8/8/4K2R w KQkq - 0 1";

public static final String invalidFENErrorMessage = "The FEN string is invalid!";
public static final String kingCapturedErrorMessage = "The king was captured, there must be a bug!";
public static final String kingCapturedErrorMessage = "The King was captured, there must be a bug!";
}

0 comments on commit 4bb7ea9

Please sign in to comment.