mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-12-08 19:06:00 +00:00
This pull request aims at closing the issue #765 by fixing the typo in the translation. Specifically, Get Bit and Clear Bit, there should be AND operation (&), but not ADD operation (+) Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>