From 31ae93de199dccd52c7802536c006dcc656af54a Mon Sep 17 00:00:00 2001 From: John Gabriele Date: Sun, 29 Nov 2020 14:17:12 -0500 Subject: [PATCH] Update src/boot/boot.janet Co-authored-by: Michael Camilleri --- 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 8c951c56..5783d8c7 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -758,7 +758,7 @@ (compare-reduce = xs)) (defn compare< - ``Equivalent of `<` but using compare function instead of primitive comparator.`` + ``Equivalent of `<` but using polymorphic `compare` instead of primitive comparator.`` [& xs] (compare-reduce < xs))