aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/singleton.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/singleton.clj')
-rw-r--r--src/clojure/contrib/singleton.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/singleton.clj b/src/clojure/contrib/singleton.clj
index 09664835..4761581d 100644
--- a/src/clojure/contrib/singleton.clj
+++ b/src/clojure/contrib/singleton.clj
@@ -12,7 +12,7 @@
;; remove this notice, or any other, from this software.
-(ns singleton)
+(ns clojure.contrib.singleton)
(defn singleton
"Returns a memoized version of a function with no arguments. The