Skip to content

Commit

Permalink
chore: actually place the template in the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
raklaptudirm committed May 26, 2024
1 parent e5bf834 commit f93b1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ataxx/src/position.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ impl Position {
///
/// let mov = Move::new_single(Square::B7);
///
/// assert_eq!(pos.after_move(mov)::<true>.checksum, new_pos.checksum);
/// assert_eq!(pos.after_move::<true>(mov).checksum, new_pos.checksum);
/// ```
pub fn after_move<const UPDATE_HASH: bool>(&self, m: Move) -> Position {
let stm = self.side_to_move;
Expand Down

0 comments on commit f93b1fb

Please sign in to comment.