1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 10:19:55 +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)
(defn any?
"Returns the first truthy valye in ind, otherwise nil.
"Returns the first truthy value in ind, otherwise nil.
falsey value."
[ind]
(var res nil)