aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pred.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/pred.clj b/pred.clj
index f2785faa..6518db2b 100644
--- a/pred.clj
+++ b/pred.clj
@@ -86,7 +86,7 @@
`(and (function? ~x) (boolean (:macro ^#'~x))))
(defn integer?
- "Returns true if x is even"
+ "Returns true if x is an integer"
[x]
(or (instance? Integer x)
(instance? Long x)