fix typo
This commit is contained in:
parent
111ce718da
commit
aeca76fda6
@ -81,7 +81,7 @@ impl Ord for MoveValueStats {
|
||||
}
|
||||
|
||||
let (s_cw, o_cw) = (self.chance_win(), other.chance_win());
|
||||
if s_cw.is_some() | o_cw.is_some() {
|
||||
if s_cw.is_some() || o_cw.is_some() {
|
||||
if s_cw > o_cw {
|
||||
return Ordering::Greater;
|
||||
} else if o_cw > s_cw {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user