Manually applying changes from #2093

This commit is contained in:
Marcel Stör 2017-08-31 22:46:57 +02:00
parent 082015ebdc
commit 9f022e9856
1 changed files with 38 additions and 38 deletions

View File

@ -49,7 +49,7 @@ a number with only one 1 bit at position (the rest are set to 0)
## bit.bnot() ## bit.bnot()
Bitwise negation, equivalent to `~value in C. Bitwise negation, equivalent to `~value in C.`
#### Syntax #### Syntax
`bit.bnot(value)` `bit.bnot(value)`