Skip to content

Commit 1963b19

Browse files
author
Xiretza
committed
[bf] fix a typo
1 parent e6063a3 commit 1963b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bf/bf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
if memory.get(p, 0) == 0:
6666
seek_loop_end = 1
6767
else:
68-
# push our the location of the [ to the loop stack for later backtracing
68+
# push the location of the [ to the loop stack for later backtracking
6969
loops.append(pc - 1)
7070
elif c == ']':
7171
pc = loops.pop()

0 commit comments

Comments
 (0)