Skip to content

Commit

Permalink
doc: Change lognot signature
Browse files Browse the repository at this point in the history
Closes #1635
  • Loading branch information
fraya committed Dec 21, 2024
1 parent b5fa16e commit 45881cc
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 45881cc

Please sign in to comment.