Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Apr 11, 2018
1 parent d96add3 commit 13f1d1d
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 @@ -106,7 +106,7 @@ make use of the fork/join task scheduler is to wrap the sub-calls, and then
wait for the results. Compare the fork/join version:

```clojure
(use 'task.scheduler.core)
(use 'task-scheduler.core)

(defn fib [n]
(if (<= n 1)
Expand Down

0 comments on commit 13f1d1d

Please sign in to comment.