Skip to content

Commit cbaee73

Browse files
committed
fix typo
1 parent 33f0f1b commit cbaee73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ch7_recursion.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public class ArrayProcessor {
269269
</p>
270270

271271
<p>
272-
This helper method pattern is invaluable when your recursive algorithm needs to track additional state detailes (like array positions, accumulated values, or depth counters) that the original caller shouldn't need to know about or care about. It's a fundamental pattern and technique you'll likely use frequently in recursive problem solving.
272+
This helper method pattern is invaluable when your recursive algorithm needs to track additional state details (like array positions, accumulated values, or depth counters) that the original caller shouldn't need to know about or care about. It's a fundamental pattern and technique you'll likely use frequently in recursive problem solving.
273273
</p>
274274
</section>
275275

0 commit comments

Comments
 (0)