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"