Skip to content

Commit 3232441

Browse files
authored
Update book.tex
Correction from Tim Voets
1 parent ecd2e63 commit 3232441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4050,7 +4050,7 @@ \section{Infinite recursion}
40504050
previous chapter. When the error occurs, there are 1000
40514051
{\tt recurse} frames on the stack!
40524052

4053-
If you write encounter an infinite recursion by accident, review
4053+
If you encounter an infinite recursion by accident, review
40544054
your function to confirm that there is a base case that does not
40554055
make a recursive call. And if there is a base case, check whether
40564056
you are guaranteed to reach it.

0 commit comments

Comments
 (0)