Skip to content

Commit

Permalink
doc: Change lognot signature (#1639)
Browse files Browse the repository at this point in the history
Closes #1635
  • Loading branch information
fraya authored Dec 21, 2024
2 parents b5fa16e + 45881cc commit b8e915d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/source/documentation/cheatsheets/syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Operators
| | logior(a, b) // Bitwise inclusive OR | |
| | logxor(a, b) // Bitwise exclusive OR | |
| | logand(a, b) // Bitwise AND | |
| | lognot(a, b) // Bitwise NOT | |
| | lognot(a) // Bitwise NOT | |
| | ash(a, b) // Shift left: a << b | |
| | ash(a, -b) // Shift right: a >> b | |
+--------------------+---------------------------------------+--------------------------+
Expand Down

0 comments on commit b8e915d

Please sign in to comment.