Skip to content

Commit 8cec30f

Browse files
spool6kotp
andauthored
Update introduction.md
Co-authored-by: Victor Goff <[email protected]>
1 parent b92b0e2 commit 8cec30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/pizza-order/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In this example:
6363

6464
### Base Case
6565

66-
Every recursive function should have at least one base case, a condition where the function stops calling itself.
66+
Every recursive function must have at least one base case, a condition where the function stops calling itself.
6767
Without a base case, the recursion would continue indefinitely, leading to a stack overflow.
6868

6969
### Recursive Case

0 commit comments

Comments
 (0)