We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68dd959 + 8819054 commit 382b325Copy full SHA for 382b325
sicp-pocket.texi
@@ -2530,7 +2530,7 @@ variable @code{abs}. It would have changed from free to bound.) The meaning
2530
of @code{good-enough?} is not independent of the names of its free variables,
2531
however. It surely depends upon the fact (external to this definition) that
2532
the symbol @code{abs} names a procedure for computing the absolute value of a
2533
-number. @code{Good-enough?} will compute a different function if we substitute
+number. @code{good-enough?} will compute a different function if we substitute
2534
@code{cos} for @code{abs} in its definition.
2535
2536
@subsubheading Internal definitions and block structure
0 commit comments