Skip to content

Commit 96585a1

Browse files
author
committed
Deployed 249fb47 with MkDocs version: 1.6.0
1 parent 3bb69d8 commit 96585a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

api-guide/permissions/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,8 @@ <h2 id="setting-the-permission-policy"><a class="toclink" href="#setting-the-per
661661
</code></pre>
662662
<div class="admonition note">
663663
<p class="admonition-title">Note</p>
664-
<p>Composition of permissions supports <code>&amp;</code> (and), <code>|</code> (or) and <code>~</code> (not) operators.</p>
664+
<p>Composition of permissions supports the <code>&amp;</code> (and), <code>|</code> (or) and <code>~</code> (not) operators, and also allows the use of brackets <code>(</code> <code>)</code> to group expressions.</p>
665+
<p>Operators follow the same precedence and associativity rules as standard logical operators (<code>~</code> highest, then <code>&amp;</code>, then <code>|</code>).</p>
665666
</div>
666667
<h1 id="api-reference"><a class="toclink" href="#api-reference">API Reference</a></h1>
667668
<h2 id="allowany"><a class="toclink" href="#allowany">AllowAny</a></h2>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)