diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 0b74e3ca..3554ec42 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -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)