aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-08-30 06:31:06 -0700
committercolin <colin@cicadas.surf>2023-08-30 06:31:06 -0700
commite321e737d6c84251bb33fd4d7867b6f6aa6d62a5 (patch)
tree08e7885ea72bab9c04a434bdccb7014b74c1d190
parent9d3be8a73b1dea2d1afba900b19e02e1b6030a22 (diff)
typo
-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