mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +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
|
||||
* 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`.
|
||||
*
|
||||
* @since 4.0.0
|
||||
|
||||
Reference in New Issue
Block a user