We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8654c2 commit 50dfbceCopy full SHA for 50dfbce
bit_manipulation/multibit_manipulation.py
@@ -57,7 +57,7 @@
57
Bit manipulation operations can be tricky to debug. In the insert example
58
above, the result of inserting 0b11 in the center ( index=3 ) or to the
59
right ( index=2 ) produces the same correct result despite the unintended
60
-misspecification. Why is it worling sometimes and not others ? Frequently,
+misspecification. Why is it working sometimes and not others ? Frequently,
61
it's the result of inserting at the wrong index, for the hundredth time !
62
63
Various bit insert/remove solutions exist using bin() string functions
0 commit comments