mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +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
|
* This method is like `uniq` except that it accepts `comparator` which
|
||||||
* is invoked to compare elements of `array`. The order of result values is
|
* 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).
|
* with two arguments: (arrVal, othVal).
|
||||||
*
|
*
|
||||||
* @since 4.0.0
|
* @since 4.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user