Skip to content

Commit

Permalink
this works
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 23, 2024
1 parent b0c47ee commit 3c0aedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sci/impl/namespaces.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1975,7 +1975,7 @@

(def namespaces
{#?@(:clj ['clojure.lang clojure-lang])
'clojure.core clojure-core*
'clojure.core clojure-core
'clojure.string {:obj clojure-string-namespace
'blank? (copy-var clojure.string/blank? clojure-string-namespace)
'capitalize (copy-var clojure.string/capitalize clojure-string-namespace)
Expand Down

0 comments on commit 3c0aedb

Please sign in to comment.