Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
  • src/algorithms/math/is-power-of-two

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /