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