summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-05-10 17:13:43 -0500
committerBoutade <thegoofist@protonmail.com>2019-05-10 17:13:43 -0500
commiteb1c7ff85dce00538358ea7659a1f94988749824 (patch)
tree5e6e77325c89dd5f29b8978888bd63c75e94deb5 /README.org
parentd66751967884277c7eec965a6a582a7f0bc81e9d (diff)
realized <<let* should be called <<let
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 3f7d7e7..b57165b 100644
--- a/README.org
+++ b/README.org
@@ -38,7 +38,7 @@
(defvar <simple-expression<
- (<<let* ((arg1 <real<)
+ (<<let ((arg1 <real<)
(op <op<)
(arg2 <real<))
(<<result (funcall op arg1 arg2))))