Skip to content

Commit 382b325

Browse files
authored
Merge pull request #20 from eagleflo/fix-good-enough-case
Fix good-enough? case
2 parents 68dd959 + 8819054 commit 382b325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sicp-pocket.texi

+1-1
Original file line numberDiff line numberDiff line change
@@ -2530,7 +2530,7 @@ variable @code{abs}. It would have changed from free to bound.) The meaning
25302530
of @code{good-enough?} is not independent of the names of its free variables,
25312531
however. It surely depends upon the fact (external to this definition) that
25322532
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
2533+
number. @code{good-enough?} will compute a different function if we substitute
25342534
@code{cos} for @code{abs} in its definition.
25352535

25362536
@subsubheading Internal definitions and block structure

0 commit comments

Comments
 (0)