You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file src/algorithms/math/bits/README.zh-CN.md Get Bit and Clear Bit, there should be AND operation (&), but not ADD operation (+).
Please fixed them.
Thank you.
The text was updated successfully, but these errors were encountered:
This pull request aims at closing the issue trekhleb#765 by fixing the typo in the translation.
Specifically,
Get Bit and Clear Bit, there should be AND operation (&), but not ADD operation (+)
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 <[email protected]>
In file
src/algorithms/math/bits/README.zh-CN.md
Get Bit
andClear Bit
, there should beAND
operation (&), but notADD
operation (+).Please fixed them.
Thank you.
The text was updated successfully, but these errors were encountered: