Skip to content

Minor fix on ch02-FP-repl-interactions.clj - #13

Open
dobladez wants to merge 1 commit into
clojurebook:masterfrom
dobladez:patch-1
Open

Minor fix on ch02-FP-repl-interactions.clj#13
dobladez wants to merge 1 commit into
clojurebook:masterfrom
dobladez:patch-1

Conversation

@dobladez

Copy link
Copy Markdown

It reads:

(reduce max [0 -3 10 48])
;= 10

Shouldn't that 10 be 48 instead?:

(reduce max [0 -3 10 48])
;= 48

Thanks,
Fer

注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

None yet

项目

None yet

Development

Successfully merging this pull request may close these issues.

1 participant