From 6bdb8a2f75fa61473f2a93e4d65d0a0ccdea0c86 Mon Sep 17 00:00:00 2001 From: Jacob B Date: Wed, 10 Oct 2018 01:28:28 +0200 Subject: [PATCH] Add missing space in uniqWith docblock (#3995) --- uniqWith.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uniqWith.js b/uniqWith.js index 11e3f059f..ee3005d81 100644 --- a/uniqWith.js +++ b/uniqWith.js @@ -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