Skip to content

Commit 18a07ac

Browse files
Update example
1 parent 145af94 commit 18a07ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

demo.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class Counter:
1717

1818
let c = Counter(10)
1919

20-
for i in range(8):
21-
print(fibonacci(i))
20+
for fidx in range(8):
21+
print(fibonacci(fidx))
2222

2323
print(c.increment())
2424
print(c.increment())

0 commit comments

Comments
 (0)