We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b6f60 commit 8cd0af8Copy full SHA for 8cd0af8
src/state/movescan.rs
@@ -47,7 +47,7 @@ impl Move {
47
}
48
49
50
- /// 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.
51
pub fn new_random() -> Self {
52
let from = fastrand::u8(0..64);
53
let to = fastrand::u8(0..64);
0 commit comments