fix typo in board class
This commit is contained in:
parent
85219733d3
commit
79ab3f2919
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ namespace ChessChallenge.API
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets an array of all the piece lists. In order these are:
|
/// Gets an array of all the piece lists. In order these are:
|
||||||
/// Pawns(white), Knights (white), Bishops (white), Rooks (white), Queens (white), King (white),
|
/// Pawns(white), Knights (white), Bishops (white), Rooks (white), Queens (white), King (white),
|
||||||
/// Pawns (white), Knights (black), Bishops (black), Rooks (black), Queens (black), King (black)
|
/// Pawns (black), Knights (black), Bishops (black), Rooks (black), Queens (black), King (black)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public PieceList[] GetAllPieceLists()
|
public PieceList[] GetAllPieceLists()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue