Skip to content
/ janet Public
forked from janet-lang/janet

Commit

Permalink
Fix typo in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Aug 2, 2020
1 parent fb31c3b commit 1748e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/boot.janet
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1748e85

Please sign in to comment.