From 009dacc3201aacad67e8603a76c3465b41b14746 Mon Sep 17 00:00:00 2001 From: Calcitem Date: Sun, 8 Nov 2020 18:56:04 +0800 Subject: [PATCH] =?UTF-8?q?position:=20=E6=B8=85=E7=90=86=20chess960=20?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/position.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/position.cpp b/src/position.cpp index 7dd37fd2..da8f7afc 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -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 {