From d1f1d2e9c63d1311916ca1f6767b37fb6e75b6d2 Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Thu, 12 Jul 2012 10:42:50 -0700 Subject: [PATCH] Correct misspelling in ns-resolve doc string --- src/clj/clojure/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/clojure/core.clj b/src/clj/clojure/core.clj index c4710c6..07c512d 100644 --- a/src/clj/clojure/core.clj +++ b/src/clj/clojure/core.clj @@ -3876,7 +3876,7 @@ (defn ns-resolve "Returns the var or Class to which a symbol will be resolved in the - namespace (unless found in the environement), else nil. Note that + namespace (unless found in the environment), else nil. Note that if the symbol is fully qualified, the var/Class to which it resolves need not be present in the namespace." {:added "1.0" -- 1.7.10