1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00

Fix typo in docstring.

This commit is contained in:
Calvin Rose 2020-08-02 13:27:49 -05:00
parent fb31c3b46d
commit 1748e8510e

View File

@ -1212,7 +1212,7 @@
res) res)
(defn any? (defn any?
"Returns the first truthy valye in ind, otherwise nil. "Returns the first truthy value in ind, otherwise nil.
falsey value." falsey value."
[ind] [ind]
(var res nil) (var res nil)