Add the word "set" to avoid misinterpretation in description (#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>
This commit is contained in:
Sagid M 2020-12-20 21:57:03 +03:00 committed by GitHub
parent 9641940fd7
commit 2794445f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ the number can't be a power of two.
**Bitwise solution** **Bitwise solution**
Powers of two in binary form always have just one bit. Powers of two in binary form always have just one bit set.
The only exception is with a signed integer (e.g. an 8-bit The only exception is with a signed integer (e.g. an 8-bit
signed integer with a value of -128 looks like: `10000000`) signed integer with a value of -128 looks like: `10000000`)