starknet-edu / starknet-cairo-101

Learn how to read Cairo code
471 stars 243 forks source link

Ex 08 comment line 108 clarification #3

Open whatthedev-eth opened 2 years ago

whatthedev-eth commented 2 years ago

If I understand the recursion correctly, I think comment line 108 should instead say something like this:

# This part of the function is first reached when **length=1 (after return from length=0)**.