This commit is contained in:
Marcus Kammer 2024-04-21 10:11:57 +02:00
parent b8cdf6af71
commit 82ca4fdaae
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -1283,7 +1283,7 @@ However, the basic behavior of closures is independent of such
refinements.
In real programs, the closures and data structures would also be more
elaborate than those we see in make-adderor make-dbms. The single shared
elaborate than those we see in make-adder or make-dbms. The single shared
variable could be any number of variables, each bound to any sort of
data structure.