From a81e9f23f0b7f0ebfd93cd7fc1affeeec412e666 Mon Sep 17 00:00:00 2001 From: John Gabriele Date: Sun, 29 Nov 2020 14:16:55 -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 a6dd5b4d..8c951c56 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -753,7 +753,7 @@ r) (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))