[doc] escape | operator so it will be visible in the docs
authorRabah Meradi <rabah.meradi@logilab.fr>
Wed, 03 Jun 2015 17:17:29 +0200
changeset 10378 ad0cea3ab218
parent 10377 6266d018d938
child 10379 a1cc6788e9de
[doc] escape | operator so it will be visible in the docs
doc/book/en/annexes/rql/language.rst
--- a/doc/book/en/annexes/rql/language.rst	Wed Jun 03 17:19:24 2015 +0200
+++ b/doc/book/en/annexes/rql/language.rst	Wed Jun 03 17:17:29 2015 +0200
@@ -131,7 +131,7 @@
 +----------+---------------------+-----------+--------+
 |  &       | bitwise AND         | 91 & 15   | 11     |
 +----------+---------------------+-----------+--------+
-|  |       | bitwise OR          | 32 | 3    | 35     |
+|  `|`     | bitwise OR          | 32 | 3    | 35     |
 +----------+---------------------+-----------+--------+
 |  #       | bitwise XOR         | 17 # 5    | 20     |
 +----------+---------------------+-----------+--------+