mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Update src/boot/boot.janet
omit needless word Co-authored-by: Michael Camilleri <mike@inqk.net>
This commit is contained in:
		| @@ -734,7 +734,7 @@ | |||||||
|   ``Polymorphic compare. Returns -1, 0, 1 for x < y, x = y, x > y respectively. |   ``Polymorphic compare. Returns -1, 0, 1 for x < y, x = y, x > y respectively. | ||||||
|   Differs from the primitive comparators in that it first checks to |   Differs from the primitive comparators in that it first checks to | ||||||
|   see whether either x or y implement a `compare` method which can |   see whether either x or y implement a `compare` method which can | ||||||
|   compare x and y. If so, it uses that compare method. If not, it |   compare x and y. If so, it uses that method. If not, it | ||||||
|   delegates to the primitive comparators.`` |   delegates to the primitive comparators.`` | ||||||
|   [x y] |   [x y] | ||||||
|   (or |   (or | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John Gabriele
					John Gabriele