We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9d347 commit 02c565aCopy full SHA for 02c565a
1 file changed
docs/content/policy-reference.md
@@ -1380,7 +1380,7 @@ set-compr = "{" term "|" query "}"
1380
object-compr = "{" object-item "|" query "}"
1381
infix-operator = assign-operator | bool-operator | arith-operator | bin-operator
1382
bool-operator = "==" | "!=" | "<" | ">" | ">=" | "<="
1383
-arith-operator = "+" | "-" | "*" | "/"
+arith-operator = "+" | "-" | "*" | "/" | "%"
1384
bin-operator = "&" | "|"
1385
assign-operator = ":=" | "="
1386
ref = ( var | array | object | set | array-compr | object-compr | set-compr | expr-call ) { ref-arg }
0 commit comments