Fix typo
This commit is contained in:
parent
82ca4fdaae
commit
1faa6d6de4
1 changed files with 1 additions and 1 deletions
|
@ -1377,7 +1377,7 @@ variable made by the same let--that is, you can't say
|
||||||
y)
|
y)
|
||||||
#+END_EXAMPLE
|
#+END_EXAMPLE
|
||||||
|
|
||||||
and expect the value of the newy to reflect that of the newx. In
|
and expect the value of the new y to reflect that of the new x. In
|
||||||
contrast, the body of a function f defined in a labels expression may
|
contrast, the body of a function f defined in a labels expression may
|
||||||
refer to any other function defined there, including f itself, which
|
refer to any other function defined there, including f itself, which
|
||||||
makes recursive function definitions possible.
|
makes recursive function definitions possible.
|
||||||
|
|
Loading…
Add table
Reference in a new issue