Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97ad637

Browse files
author
Ryan Neufeld
authored
Merge pull request clojure-cookbook#488 from anthonygalea/master
Fix a typo in 8.6
2 parents a56e3cb + 20f8547 commit 97ad637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08_deployment-and-distribution/8-06_primitive-arrays.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ordinary Clojure, and this is generally what you should try first:
9595
[source,clojure]
9696
----
9797
(defn dot-product [ws xs]
98-
(reduce + (map * ws xs))
98+
(reduce + (map * ws xs)))
9999
----
100100

101101
Once you identify a bottleneck in your mathematical operations,

0 commit comments

Comments
 (0)