X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fpawns.h;h=abf686fc8ad58e56d534cbed9aa95e2a9662f210;hb=20c2a314642b8fb911a8e00895544581d4ee2dda;hp=8f88b57732001174120e35b4f21ca05ce068a0e5;hpb=f83b899f39a0a1b48a604dccf704b2caaeb5b068;p=stockfish diff --git a/src/pawns.h b/src/pawns.h index 8f88b577..abf686fc 100644 --- a/src/pawns.h +++ b/src/pawns.h @@ -33,9 +33,9 @@ //// /// PawnInfo is a class which contains various information about a pawn -/// structure. Currently, it only includes a middle game and an end game -/// pawn structure evaluation, and a bitboard of passed pawns. We may want -/// to add further information in the future. A lookup to the pawn hash table +/// structure. Currently, it only includes a middle game and an end game +/// pawn structure evaluation, and a bitboard of passed pawns. We may want +/// to add further information in the future. A lookup to the pawn hash table /// (performed by calling the get_pawn_info method in a PawnInfoTable object) /// returns a pointer to a PawnInfo object. class Position;