Remove trailing space in sortedUniq.

This commit is contained in:
Michał Lipiński
2017-10-16 12:04:12 +02:00
parent bf5d0867a6
commit 413a38cdf2

View File

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