Skip to content

Commit edf2e6c

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

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
@@ -84,7 +84,7 @@ The recursive case defines how the function calls itself with a smaller or simpl
8484

8585
## Conclusion
8686

87-
Recursion is a valuable technique that simplifies complex problems by breaking them into smaller, more manageable sub-problems.
87+
Recursion is a valuable technique that can simplify complex problems by breaking them into smaller, more manageable sub-problems.
8888
Understanding base cases and recursive cases is crucial for implementing effective recursive solutions in JavaScript.
8989

9090
**Learn More:**

0 commit comments

Comments
 (0)