From 1faa6d6de463723d3acdf639e7b89bd985c4d869 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 21 Apr 2024 10:28:21 +0200 Subject: [PATCH] Fix typo --- onlisp.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onlisp.org b/onlisp.org index 0927874..d9405de 100644 --- a/onlisp.org +++ b/onlisp.org @@ -1377,7 +1377,7 @@ variable made by the same let--that is, you can't say y) #+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 refer to any other function defined there, including f itself, which makes recursive function definitions possible.