fix plural and update html

This commit is contained in:
Desour 2022-06-20 23:37:31 +02:00
parent 29b8e18218
commit e2e4522de8
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ during the current execution into account.</li>
<li><code>~</code>: XOR (inequality)</li>
</ul>
</li>
<li>Note: There are no parentheses.</li>
<li>Note: Explicit precedence using parentheses is not supported.</li>
</ul>
</li>
</ul>

View File

@ -56,4 +56,4 @@ Detailed documentation can be found below:
* `&`: AND
* `|`: OR
* `~`: XOR (inequality)
* Note: Explicit precedence using parenthesis is not supported.
* Note: Explicit precedence using parentheses is not supported.