Closed
Description
The typo I picked up was on List#min():
Returns the maximum value in this collection. If any values are comparatively equivalent, the first one found will be returned.
min(comparator?: (valueA: V, valueB: V) => number): V
The secondary concern I noticeed was that I tried briefly to navigate to the master copy, fork, change it, and issue a pull request. But I couldn't immediately find where
Metadata
Metadata
Assignees
Labels
No labels