Skip to content

Commit 39b6c26

Browse files
mfikesswannodette
authored andcommitted
CLJS-2263: Docstring for neg-int? backwards
1 parent 3037f04 commit 39b6c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2255,7 +2255,7 @@ reduces them without incurring seq initialization"
22552255
:else false))
22562256

22572257
(defn ^boolean neg-int?
2258-
"Return true if x satisfies int? and is positive."
2258+
"Return true if x satisfies int? and is negative."
22592259
[x]
22602260
(cond
22612261
(integer? x) (neg? x)

0 commit comments

Comments
 (0)