This commit is contained in:
Philip Xu 2016-12-27 02:41:16 -05:00
parent 7755778123
commit c9b40037d5
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@
(long-type x))
(defn integer? [x]
"Return True if x in an integer"
"Return True if x is an integer"
(isinstance x (, int long-type)))
(defn integer-char? [x]