Remove misplaced type hint
This commit is contained in:
parent
4c75db9a95
commit
2fb4df6bdd
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@
|
||||||
"More efficient implementation of `clojure.core/str` because it has more
|
"More efficient implementation of `clojure.core/str` because it has more
|
||||||
non-variadic arities. Optimization is Clojure-only, on other platforms it
|
non-variadic arities. Optimization is Clojure-only, on other platforms it
|
||||||
reverts back to `clojure.core/str`."
|
reverts back to `clojure.core/str`."
|
||||||
{:tag String}
|
|
||||||
(^String [] "")
|
(^String [] "")
|
||||||
(^String [^Object a]
|
(^String [^Object a]
|
||||||
#?(:clj (if (nil? a) "" (.toString a))
|
#?(:clj (if (nil? a) "" (.toString a))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue