Skip to content

Commit 50dfbce

Browse files
committed
Spelling
Coming down to the finish ...
1 parent d8654c2 commit 50dfbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/multibit_manipulation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
Bit manipulation operations can be tricky to debug. In the insert example
5858
above, the result of inserting 0b11 in the center ( index=3 ) or to the
5959
right ( index=2 ) produces the same correct result despite the unintended
60-
misspecification. Why is it worling sometimes and not others ? Frequently,
60+
misspecification. Why is it working sometimes and not others ? Frequently,
6161
it's the result of inserting at the wrong index, for the hundredth time !
6262
6363
Various bit insert/remove solutions exist using bin() string functions

0 commit comments

Comments
 (0)