Skip to content

Commit

Permalink
Merge pull request #1 from koshambiB/master
Browse files Browse the repository at this point in the history
Capitalised the 'K' in 'King'
  • Loading branch information
a2ys authored Apr 13, 2024
2 parents 808a8be + 4bb7ea9 commit 2eb2a95
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 2eb2a95

Please sign in to comment.