Actions
Bug #10125
closedArray#sort and #sort! documentation issue
Description
The documentation about the values that should be returned by the block is backwards.
a <=> b will return -1 if a is lower than b, i.e. b follows a (in the sorted array).
a <=> b will return 1 if a is greater than b, i.e. a follows b (in the sorted array).
Using the "follows" verbal form might not be the best choice here, but I'd rather let a native english speaker rephrase it if needed.
This part of the documentation is backwards since the 2.0.0 release (commit 53b61ccb).
Thanks.
Files
Updated by zzak (zzak _) over 10 years ago
- Status changed from Open to Assigned
Updated by ayumin (Ayumu AIZAWA) almost 10 years ago
- Related to Bug #9989: Docs give wrong information for sort block return values added
Updated by stomar (Marcus Stollsteimer) over 7 years ago
Closing, fixed with r51859.
Updated by stomar (Marcus Stollsteimer) over 7 years ago
- Status changed from Assigned to Closed
Actions
Like0
Like0Like0Like0Like0