diff options
-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 |