docs: Fixed a markup error.

This commit is contained in:
Vas Crabb 2022-11-26 03:53:48 +11:00
parent e8c53dd42c
commit 4b4c03bb17

View File

@ -191,7 +191,7 @@ precedence:
Addition, subtraction
``<<`` ``>>``
Bitwise left/right shift
``< ``<=`` ``>`` ``>=``
``<`` ``<=`` ``>`` ``>=``
Less than, less than or equal, greater than, greater than or equal
``==`` ``!=``
Equal, not equal