mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37:49 +00:00
Add missing space in uniqWith docblock (#3995)
This commit is contained in:
committed by
John-David Dalton
parent
715aae679d
commit
6bdb8a2f75
@@ -3,7 +3,7 @@ import baseUniq from './.internal/baseUniq.js'
|
||||
/**
|
||||
* This method is like `uniq` except that it accepts `comparator` which
|
||||
* is invoked to compare elements of `array`. The order of result values is
|
||||
* determined by the order they occur in the array.The comparator is invoked
|
||||
* determined by the order they occur in the array. The comparator is invoked
|
||||
* with two arguments: (arrVal, othVal).
|
||||
*
|
||||
* @since 4.0.0
|
||||
|
||||
Reference in New Issue
Block a user