aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-08-30 06:30:24 -0700
committercolin <colin@cicadas.surf>2023-08-30 06:30:24 -0700
commit9d3be8a73b1dea2d1afba900b19e02e1b6030a22 (patch)
tree61f2f5b1efb6481a9df5ac48e1fc053d5660a2e4
parent64b4bd46f965d35c1d53b41d578126bf0048143b (diff)
Readme tweak
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index df4d9b9..5d159f3 100644
--- a/README.org
+++ b/README.org
@@ -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