Skip to content

Commit

Permalink
fix seive example
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbmerritt committed Aug 22, 2012
1 parent 525e5f4 commit 3d01e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Expand Up @@ -73,7 +73,7 @@ unique language.

(module sieve-of-eratosthenes
(require lists io)
(use (joxa.core :as core :only (!=/2))
(use (joxa-core :as core :only (!=/2))
(erlang :only (rem/2 +/2))))

(defn sieve (v primes)
Expand Down

0 comments on commit 3d01e0d

Please sign in to comment.