From 1748e8510ef8e79e21b04c13004c8f8fafd98965 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 2 Aug 2020 13:27:49 -0500 Subject: [PATCH] Fix typo in docstring. --- src/boot/boot.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)