Skip to content

Commit e005b98

Browse files
dek5mfikes
authored andcommitted
CLJS-2971: Make cljs.spec.alpha/fn-sym private
1 parent 61fbb03 commit e005b98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/cljs/cljs/spec/alpha.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
(when (ident? spec-or-k)
121121
(throw (js/Error. (str "Unable to resolve spec: " spec-or-k))))))
122122

123-
(defn fn-sym [f-n]
123+
(defn- fn-sym [f-n]
124124
(when-not (str/blank? f-n)
125125
(let [xs (map demunge (str/split f-n "$"))]
126126
(when (c/and (<= 2 (count xs))

0 commit comments

Comments
 (0)