diff options
author | colin <colin@cicadas.surf> | 2023-08-30 06:30:24 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-08-30 06:30:24 -0700 |
commit | 9d3be8a73b1dea2d1afba900b19e02e1b6030a22 (patch) | |
tree | 61f2f5b1efb6481a9df5ac48e1fc053d5660a2e4 | |
parent | 64b4bd46f965d35c1d53b41d578126bf0048143b (diff) |
Readme tweak
-rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58,8 +58,8 @@ This defines a calculator language that you can use like so: #+end_src -Calling our trusty ~MACROEXPAND-1~ on a ~calc~ expression shows that -it just expands out into regular lisp: +Calling the trusty ~MACROEXPAND-1~ function on a ~calc~ shows that it +expands into run-of-the-mill Lisp. #+begin_src lisp |