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 f764508 commit 4043ce5Copy full SHA for 4043ce5
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