diff options
Diffstat (limited to 'src/boot.clj')
-rw-r--r-- | src/boot.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.clj b/src/boot.clj index 05f1acde..a6af2b3d 100644 --- a/src/boot.clj +++ b/src/boot.clj @@ -12,7 +12,7 @@ ([& args] (. clojure.lang.PersistentVector (create args)))) -(defn hashmap +(defn hash-map ([] {}) ([& args] (. clojure.lang.PersistentHashMap (create args)))) |