Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abidlabs committed Mar 3, 2025
1 parent 298a232 commit ac0054f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def sum_range(n: int):
total = total + i
return total

js_code = transpile(sum)
js_code = transpile(sum_range)
print(js_code)
```
produces:
Expand Down

0 comments on commit ac0054f

Please sign in to comment.