mirror of
https://github.com/janet-lang/janet
synced 2025-09-02 10:58:03 +00:00
Fix typo in docstring.
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user