Skip to content

Commit

Permalink
userguide: fix integer keyword matches list format
Browse files Browse the repository at this point in the history
List wasn't being properly rendered.
  • Loading branch information
jufajardini authored and victorjulien committed Oct 23, 2024
1 parent 45384ef commit 1860aa8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/userguide/rules/integer-keywords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Comparison modes
----------------

Integers can be matched for
* Equality
* Inequality
* Greater than
* Less than
* Range
* Negated range
* Bitmask
* Negated Bitmask
* Equality
* Inequality
* Greater than
* Less than
* Range
* Negated range
* Bitmask
* Negated Bitmask

.. note::

Expand Down

0 comments on commit 1860aa8

Please sign in to comment.