Add missing space in uniqWith docblock (#3995)

This commit is contained in:
Jacob B
2018-10-10 01:28:28 +02:00
committed by John-David Dalton
parent 715aae679d
commit 6bdb8a2f75

View File

@@ -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