mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 14:27:45 +00:00
Improve grammar of comments
closes https://github.com/official-stockfish/Stockfish/pull/4801 No functional change
This commit is contained in:
+3
-2
@@ -56,8 +56,9 @@ inline bool operator<(const ExtMove& f, const ExtMove& s) {
|
||||
template<GenType>
|
||||
ExtMove* generate(const Position& pos, ExtMove* moveList);
|
||||
|
||||
/// The MoveList struct is a simple wrapper around generate(). It sometimes comes
|
||||
/// in handy to use this class instead of the low level generate() function.
|
||||
/// The MoveList struct wraps the generate() function and returns a convenient
|
||||
/// list of moves. Using MoveList is sometimes preferable to directly calling
|
||||
/// the lower level generate() function.
|
||||
template<GenType T>
|
||||
struct MoveList {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user