Skip to content

Commit 3221fe0

Browse files
committed
docs/integers: add "<>" range as an example
1 parent 804d1b9 commit 3221fe0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/userguide/rules/integer-keywords.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Examples::
6161
bsize:<22; # lesser than
6262
bsize:<=22; # lesser than or equal
6363
bsize:19-22; # range between value1 and value2
64+
bsize:19<>22; # same as 19-22
6465
bsize:!19-22; # negated range between value1 and value2
6566
bsize:&0xc0=0x80; # bitmask mask is compared to value for equality
6667
bsize:&0xc0!=0; # bitmask mask is compared to value for inequality

0 commit comments

Comments
 (0)