aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
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 5d159f3..6bfe0c1 100644
--- a/README.org
+++ b/README.org
@@ -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