From d490ba334428ad1aaa01466edf000026157baafc Mon Sep 17 00:00:00 2001 From: Roger Turner Date: Fri, 7 Jul 2023 17:24:14 +0100 Subject: [PATCH] Update README.org Fix closing bracket/parentheses in fluid-let --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index b62e6f4..6efd0aa 100644 --- a/README.org +++ b/README.org @@ -1699,7 +1699,7 @@ With this tool at our disposal, we can finally write a version of swap! (lambda () b1 ... b2) - swap!))])))) + swap!)))]))) #+END_SRC #+BEGIN_SRC scheme :results output :export both :wrap example