Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearth committed Apr 5, 2022
1 parent 70b6f60 commit 8cd0af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/movescan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ impl Move {
}
}

/// Constructs a new instance of [Move] with random values, not restristed by chess rules.
/// Constructs a new instance of [Move] with random values, not restricted by chess rules.
pub fn new_random() -> Self {
let from = fastrand::u8(0..64);
let to = fastrand::u8(0..64);
Expand Down

0 comments on commit 8cd0af8

Please sign in to comment.