Skip to content

Commit 81dafe0

Browse files
Update README.md
1 parent d5167a8 commit 81dafe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ This function doesn't do anything meaningful, but hopefully it demonstrates the
6565
6. No, print message that 1 is not zero
6666
7. Invoke `stepsToZero(n-1)` where `n-1` evaluates to `0`
6767
8. Is 0 zero?
68-
9. Yes, print message that reached zero
69-
10. Return out of the current invocation
68+
9. Yes, return message that reached zero
69+
10. The above return pops the current invocation off the stack
7070
6. Resume the invocation from step 4 where it left off (in-between steps 6 and 7)
7171
6. Return out of the invocation from step 4
7272
12. Resume the initial invocation from step 1 where it left off (in-between steps 3 and 4)

0 commit comments

Comments
 (0)