Skip to content

Commit 2794445

Browse files
sagidMSagid Magomedovtrekhleb
authored
Add the word "set" to avoid misinterpretation in description (trekhleb#286)
* Add word to avoid misinterpretation * Rename the CI workflow file. Co-authored-by: Sagid Magomedov <sagid-m@yandex-team.ru> Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
1 parent 9641940 commit 2794445

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

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)