From 82ca4fdaae848e1d4296f2d8ae012067e9844098 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 21 Apr 2024 10:11:57 +0200 Subject: [PATCH] Fix typo --- onlisp.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onlisp.org b/onlisp.org index 4018282..0927874 100644 --- a/onlisp.org +++ b/onlisp.org @@ -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.