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 1a1ac10 commit 0cf783aCopy full SHA for 0cf783a
src/policy/semantic.rs
@@ -380,7 +380,7 @@ impl_from_tree!(
380
// thresh(1) and thresh(n) are disallowed in semantic policies
381
if thresh <= 1 || thresh >= (nsubs as u32 - 1) {
382
return Err(errstr(
383
- "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",
384
));
385
}
386
if thresh >= (nsubs as u32) {
0 commit comments