We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55db2e4 commit f375b15Copy full SHA for f375b15
src/policy/concrete.rs
@@ -442,7 +442,7 @@ impl<Pk: MiniscriptKey> Policy<Pk> {
442
let mut to_del: Vec<(f64, Arc<Self>)> = vec![];
443
'inner: for (i, (p, pol)) in tapleaf_prob_vec.iter().enumerate() {
444
curr_pol_replace_vec = pol.enumerate_pol(p.0 .0);
445
- enum_len += curr_pol_replace_vec.len() - 1; // A disjunctive node should have seperated this into more nodes
+ enum_len += curr_pol_replace_vec.len() - 1; // A disjunctive node should have separated this into more nodes
446
assert!(prev_len <= enum_len);
447
448
if prev_len < enum_len {
0 commit comments