Update src/boot/boot.janet

Co-authored-by: Michael Camilleri <mike@inqk.net>
This commit is contained in:
John Gabriele
2020-11-29 14:17:12 -05:00
committed by GitHub
co-authored by Michael Camilleri
parent a81e9f23f0
commit 31ae93de19
+1 -1
View File
@@ -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))