We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3037f04 commit 39b6c26Copy full SHA for 39b6c26
src/main/cljs/cljs/core.cljs
@@ -2255,7 +2255,7 @@ reduces them without incurring seq initialization"
2255
:else false))
2256
2257
(defn ^boolean neg-int?
2258
- "Return true if x satisfies int? and is positive."
+ "Return true if x satisfies int? and is negative."
2259
[x]
2260
(cond
2261
(integer? x) (neg? x)
0 commit comments