X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovegen.h;fp=src%2Fmovegen.h;h=9ea4cec93d5006b2769a01da049c381e5c501885;hp=c93252a731859edc9a2421ee303cfe722e4baf3e;hb=13a73f67c018e58b2fd46f886c45ef2b75188c8e;hpb=500b9b0eb3b20ef58ff1280a089ab2ef1e3c6436 diff --git a/src/movegen.h b/src/movegen.h index c93252a7..9ea4cec9 100644 --- a/src/movegen.h +++ b/src/movegen.h @@ -36,8 +36,8 @@ class Position; template ExtMove* generate(const Position& pos, ExtMove* mlist); -/// The MoveList struct is a simple wrapper around generate(), sometimes comes -/// handy to use this class instead of the low level generate() function. +/// 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. template struct MoveList {