We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721e16b commit 2fd42d6Copy full SHA for 2fd42d6
src/policy/semantic.rs
@@ -372,7 +372,7 @@ impl_from_tree!(
372
// thresh(1) and thresh(n) are disallowed in semantic policies
373
if thresh <= 1 || thresh >= (nsubs as u32 - 1) {
374
return Err(errstr(
375
- "Semantic Policy thresh cannot have k = 1 or k =n, use `and`/`or` instead",
+ "Semantic Policy thresh cannot have k = 1 or k = n, use `and`/`or` instead",
376
));
377
}
378
if thresh >= (nsubs as u32) {
0 commit comments