Fix typo
This commit is contained in:
parent
7755778123
commit
c9b40037d5
@ -266,7 +266,7 @@
|
|||||||
(long-type x))
|
(long-type x))
|
||||||
|
|
||||||
(defn integer? [x]
|
(defn integer? [x]
|
||||||
"Return True if x in an integer"
|
"Return True if x is an integer"
|
||||||
(isinstance x (, int long-type)))
|
(isinstance x (, int long-type)))
|
||||||
|
|
||||||
(defn integer-char? [x]
|
(defn integer-char? [x]
|
||||||
|
Loading…
Reference in New Issue
Block a user