Skip to content

Commit 8cd0af8

Browse files
committed
Fix typo
1 parent 70b6f60 commit 8cd0af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state/movescan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ impl Move {
4747
}
4848
}
4949

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

0 commit comments

Comments
 (0)