On pg. 63 of the first edition there is an error in the first example for reduce: ``` clojure (reduce max [0 -3 10 48]) ;= 10 ``` It should read 48.