1
0
mirror of https://github.com/janet-lang/janet synced 2025-08-29 09:02:30 +00:00

Update src/boot/boot.janet

Co-authored-by: Michael Camilleri <mike@inqk.net>
This commit is contained in:
John Gabriele
2020-11-29 14:16:55 -05:00
committed by GitHub
parent 59f09a4386
commit a81e9f23f0

View File

@@ -753,7 +753,7 @@
r) r)
(defn compare= (defn compare=
``Equivalent of `=` but using compare function instead of primitive comparator.`` ``Equivalent of `=` but using polymorphic `compare` instead of primitive comparator.``
[& xs] [& xs]
(compare-reduce = xs)) (compare-reduce = xs))