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 ecd2e63 commit 3232441Copy full SHA for 3232441
1 file changed
book/book.tex
@@ -4050,7 +4050,7 @@ \section{Infinite recursion}
4050
previous chapter. When the error occurs, there are 1000
4051
{\tt recurse} frames on the stack!
4052
4053
-If you write encounter an infinite recursion by accident, review
+If you encounter an infinite recursion by accident, review
4054
your function to confirm that there is a base case that does not
4055
make a recursive call. And if there is a base case, check whether
4056
you are guaranteed to reach it.
0 commit comments