position: 清理 chess960 注释

This commit is contained in:
Calcitem 2020-11-08 18:56:04 +08:00
parent 56280b24d4
commit 009dacc320
1 changed files with 2 additions and 2 deletions

View File

@ -300,8 +300,8 @@ Position &Position::set(const string &fenStr, Thread *th)
}
/// Position::fen() returns a FEN representation of the position. In case of
/// Chess960 the Shredder-FEN notation is used. This is mainly a debugging function.
/// Position::fen() returns a FEN representation of the position.
/// This is mainly a debugging function.
const string Position::fen() const
{