docs: operators: Make OR and AND capitalized

This commit is contained in:
Graham Christensen 2019-08-27 06:55:22 -04:00
parent 92ddce4f46
commit 171d784404
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ weakest binding).</para>
<entry>11</entry>
</row>
<row>
<entry>Logical And</entry>
<entry>Logical AND</entry>
<entry><replaceable>e1</replaceable> <literal>&amp;&amp;</literal>
<replaceable>e2</replaceable></entry>
<entry>left</entry>
@ -198,7 +198,7 @@ weakest binding).</para>
<entry>12</entry>
</row>
<row>
<entry>Logical Or</entry>
<entry>Logical OR</entry>
<entry><replaceable>e1</replaceable> <literal>||</literal>
<replaceable>e2</replaceable></entry>
<entry>left</entry>