mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Remove trailing space in sortedUniq.
This commit is contained in:
@@ -3,7 +3,7 @@ import baseSortedUniq from './.internal/baseSortedUniq.js'
|
|||||||
/**
|
/**
|
||||||
* This method is like `uniq` except that it only works
|
* This method is like `uniq` except that it only works
|
||||||
* for sorted arrays.
|
* for sorted arrays.
|
||||||
* If the input array is known to be sorted `sortedUniq` is
|
* If the input array is known to be sorted `sortedUniq` is
|
||||||
* faster than `uniq`.
|
* faster than `uniq`.
|
||||||
*
|
*
|
||||||
* @since 4.0.0
|
* @since 4.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user