# HG changeset patch # User Steve Losh # Date 1569698454 14400 # Node ID 3bb68fd73de3d49ac2cb8a35f697be0edc594d68 # Parent cb3ae608dff5b5ad47c362726d35bb24663e8059 Fix typo diff -r cb3ae608dff5 -r 3bb68fd73de3 content/blog/2016/06/symbolic-computation.markdown --- 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