Update Bits Operations README.

This commit is contained in:
Oleksii Trekhleb 2018-08-17 10:36:47 +03:00
parent 983492115d
commit ecfc287927

View File

@ -154,7 +154,7 @@ Count of valuable bits is: 3
When we shift 1 four times it will become bigger than 5. When we shift 1 four times it will become bigger than 5.
``` ```
> See `bitsDiff` function for further details. > See [bitLength](bitLength.js) function for further details.
## References ## References