Skip to content

Commit 86dea85

Browse files
committed
Merge branch 'merge' of https://github.com/trekhleb/javascript-algorithms into merge
2 parents cfba1d9 + 2794445 commit 86dea85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/math/is-power-of-two/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the number can't be a power of two.
1212

1313
**Bitwise solution**
1414

15-
Powers of two in binary form always have just one bit.
15+
Powers of two in binary form always have just one bit set.
1616
The only exception is with a signed integer (e.g. an 8-bit
1717
signed integer with a value of -128 looks like: `10000000`)
1818

0 commit comments

Comments
 (0)