doc/protocol.xml: add missing parantheses

This commit is contained in:
Max Kellermann 2018-08-02 19:22:46 +02:00
parent 592d2ebd26
commit e47e3205b3

View File

@ -278,7 +278,7 @@
<listitem>
<para>
"<code>EXPRESSION1 AND EXPRESSION2 ...</code>": combine two or
"<code>(EXPRESSION1 AND EXPRESSION2 ...)</code>": combine two or
more expressions with logical "and".
</para>
</listitem>