From 19641235676df4355ada6dfd2acb8ce2190642de Mon Sep 17 00:00:00 2001 From: Stuart Sierra Date: Thu, 9 Apr 2009 17:19:37 +0000 Subject: singleton.clj: fix namespace name --- src/clojure/contrib/singleton.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clojure') 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 -- cgit v1.2.3-70-g09d2