mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Update src/boot/boot.janet
Co-authored-by: Michael Camilleri <mike@inqk.net>
This commit is contained in:
		| @@ -758,7 +758,7 @@ | |||||||
|   (compare-reduce = xs)) |   (compare-reduce = xs)) | ||||||
|  |  | ||||||
| (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)) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John Gabriele
					John Gabriele