From 32620dfd6f1a864d8798cdced9ccbbfe23edc951 Mon Sep 17 00:00:00 2001 From: Rich Hickey Date: Wed, 28 May 2008 16:37:30 +0000 Subject: fixed typo in empty --- src/boot.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/boot.clj b/src/boot.clj index 3bd38a05..43b94bd7 100644 --- a/src/boot.clj +++ b/src/boot.clj @@ -2429,6 +2429,6 @@ not-every? (comp not every?)) (.setMeta v# (assoc ^v# :inline ~inline)))))) (defn empty - "Returns an empty collection of the same category as coll, or null" - [#^ clojure.lang.IPersistentCollection coll] + "Returns an empty collection of the same category as coll, or nil" + [#^clojure.lang.IPersistentCollection coll] (.empty coll)) \ No newline at end of file -- cgit v1.2.3-70-g09d2