Manually applying changes from #2093
This commit is contained in:
parent
082015ebdc
commit
9f022e9856
|
@ -49,7 +49,7 @@ a number with only one 1 bit at position (the rest are set to 0)
|
|||
|
||||
## bit.bnot()
|
||||
|
||||
Bitwise negation, equivalent to `~value in C.
|
||||
Bitwise negation, equivalent to `~value in C.`
|
||||
|
||||
#### Syntax
|
||||
`bit.bnot(value)`
|
||||
|
|
Loading…
Reference in New Issue