We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92b0e2 commit 8cec30fCopy full SHA for 8cec30f
exercises/concept/pizza-order/.docs/introduction.md
@@ -63,7 +63,7 @@ In this example:
63
64
### Base Case
65
66
-Every recursive function should have at least one base case, a condition where the function stops calling itself.
+Every recursive function must have at least one base case, a condition where the function stops calling itself.
67
Without a base case, the recursion would continue indefinitely, leading to a stack overflow.
68
69
### Recursive Case
0 commit comments