mirror of
https://github.com/janet-lang/janet
synced 2025-02-04 19:29:10 +00:00
Fix typo in docstring.
This commit is contained in:
parent
fb31c3b46d
commit
1748e8510e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user