diff --git a/ch02-FP-repl-interactions.clj b/ch02-FP-repl-interactions.clj index 6357a6e..40ab1fa 100644 --- a/ch02-FP-repl-interactions.clj +++ b/ch02-FP-repl-interactions.clj @@ -119,7 +119,7 @@ h ;----- (reduce max [0 -3 10 48]) -;= 10 +;= 48 ;-----