diff options
author | colin <colin@cicadas.surf> | 2023-08-30 06:31:06 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-08-30 06:31:06 -0700 |
commit | e321e737d6c84251bb33fd4d7867b6f6aa6d62a5 (patch) | |
tree | 08e7885ea72bab9c04a434bdccb7014b74c1d190 | |
parent | 9d3be8a73b1dea2d1afba900b19e02e1b6030a22 (diff) |
typo
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ This defines a calculator language that you can use like so: #+end_src -Calling the trusty ~MACROEXPAND-1~ function on a ~calc~ shows that it +Calling the trusty ~MACROEXPAND-1~ function on a ~calc~ form shows that it expands into run-of-the-mill Lisp. #+begin_src lisp |