Skip to content

Commit

Permalink
fix a comment (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwbriscoe authored and mooskagh committed Sep 29, 2018
1 parent e41def5 commit 151114f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chess/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ class ChessBoard {
// Nullifies the whole structure.
void Clear();
// Swaps black and white pieces and mirrors them relative to the
// middle of the board. (what was on file 1 appears on file 8, what was
// on rank b remains on b).
// middle of the board. (what was on rank 1 appears on rank 8, what was
// on file b remains on file b).
void Mirror();

// Generates list of possible moves for "ours" (white), but may leave king
Expand Down

0 comments on commit 151114f

Please sign in to comment.