Rename :downcall to :function in the symbolspec
This commit is contained in:
parent
866db99f7d
commit
14ee7a1ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -1019,7 +1019,7 @@
|
||||||
(s/fdef reify-symbolspec
|
(s/fdef reify-symbolspec
|
||||||
:args (s/cat :spec ::symbolspec))
|
:args (s/cat :spec ::symbolspec))
|
||||||
|
|
||||||
(defmethod reify-symbolspec :downcall
|
(defmethod reify-symbolspec :function
|
||||||
[spec]
|
[spec]
|
||||||
(cond->
|
(cond->
|
||||||
(make-downcall (:symbol spec)
|
(make-downcall (:symbol spec)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue