Skip to content

Commit

Permalink
Fix indentation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Barrett committed Jan 8, 2015
1 parent f459073 commit 46d37f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ unneeded work).
(let [counter (atom 0)]
(try
(doall (map #(do (inc %) (swap! counter inc))
(cons nil (range 100))))
(cons nil (range 100))))
(catch Exception e))
(= @counter 0))
;; Core pmap does ncpus + 2 work after an exception.
Expand Down

0 comments on commit 46d37f6

Please sign in to comment.