diff --git a/Docs/src/int.but b/Docs/src/int.but index 6a1c1b3b..6517f29d 100644 --- a/Docs/src/int.but +++ b/Docs/src/int.but @@ -35,7 +35,7 @@ Combines value1 and (depending on OP) value2 into the user variable $x. OP is de \b \e{<<} LEFT SHIFTs value1 by value2 -\b \e{~} BITWISE NEGATEs value1 (i.e. 7 becomes 4294917288) +\b \e{~} BITWISE NEGATEs value1 (i.e. 7 becomes 4294967288) \b \e{!} LOGICALLY NEGATEs value1 (i.e. 7 becomes 0)