--- a/content/blog/2016/06/symbolic-computation.markdown Mon Sep 03 21:29:24 2018 +0000
+++ b/content/blog/2016/06/symbolic-computation.markdown Sat Sep 28 15:20:54 2019 -0400
@@ -733,7 +733,7 @@
* `read` takes in fifteen characters and returns a list of two items: the symbol
`quote` and a list of three items (the symbol `+` and two numbers).
-* `eval` gets the three element list and notices that the first element is the
+* `eval` gets the two element list and notices that the first element is the
special operator `quote`. It simply returns the second element in the list
untouched, which in this case is a list of three items.
* `print` gets that three element list, turns it into seven characters, and