We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9641940 commit 2794445Copy full SHA for 2794445
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