From 7226df593e639cfde9f7b8dea9a8b3008ffa7847 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 24 May 2016 00:21:31 -0700 Subject: [PATCH] Clarify `createSet` doc description. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 2ceb971bd..275c9ee5b 100644 --- a/lodash.js +++ b/lodash.js @@ -4947,7 +4947,7 @@ } /** - * Creates a set of `values`. + * Creates a set object of `values`. * * @private * @param {Array} values The values to add to the set.