Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfba1d9 + 2794445 commit 86dea85Copy full SHA for 86dea85
src/algorithms/math/is-power-of-two/README.md
@@ -12,7 +12,7 @@ the number can't be a power of two.
12
13
**Bitwise solution**
14
15
-Powers of two in binary form always have just one bit.
+Powers of two in binary form always have just one bit set.
16
The only exception is with a signed integer (e.g. an 8-bit
17
signed integer with a value of -128 looks like: `10000000`)
18
0 commit comments