From a0b928dfbb58a9167d595914afd7d1cf65732f95 Mon Sep 17 00:00:00 2001 From: Roman Gusev Date: Fri, 27 Jan 2017 20:22:58 +0600 Subject: [PATCH] Remove extra spaces from jsdoc (#2958) --- .internal/basePickBy.js | 2 +- .internal/cloneBuffer.js | 2 +- setWith.js | 2 +- updateWith.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.internal/basePickBy.js b/.internal/basePickBy.js index 602960950..d639cd684 100644 --- a/.internal/basePickBy.js +++ b/.internal/basePickBy.js @@ -3,7 +3,7 @@ import baseSet from './baseSet.js'; import castPath from './castPath.js'; /** - * The base implementation of `pickBy`. + * The base implementation of `pickBy`. * * @private * @param {Object} object The source object. diff --git a/.internal/cloneBuffer.js b/.internal/cloneBuffer.js index e6a040c3c..49c8ded51 100644 --- a/.internal/cloneBuffer.js +++ b/.internal/cloneBuffer.js @@ -13,7 +13,7 @@ const moduleExports = freeModule && freeModule.exports === freeExports; const Buffer = moduleExports ? root.Buffer : undefined, allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined; /** - * Creates a clone of `buffer`. + * Creates a clone of `buffer`. * * @private * @param {Buffer} buffer The buffer to clone. diff --git a/setWith.js b/setWith.js index c1c4b7502..a19d9c5dd 100644 --- a/setWith.js +++ b/setWith.js @@ -2,7 +2,7 @@ import baseSet from './.internal/baseSet.js'; /** * This method is like `set` except that it accepts `customizer` which is - * invoked to produce the objects of `path`. If `customizer` returns `undefined` + * invoked to produce the objects of `path`. If `customizer` returns `undefined` * path creation is handled by the method instead. The `customizer` is invoked * with three arguments: (nsValue, key, nsObject). * diff --git a/updateWith.js b/updateWith.js index 0f7bf74a8..1f7e7504b 100644 --- a/updateWith.js +++ b/updateWith.js @@ -2,7 +2,7 @@ import baseUpdate from './.internal/baseUpdate.js'; /** * This method is like `update` except that it accepts `customizer` which is - * invoked to produce the objects of `path`. If `customizer` returns `undefined` + * invoked to produce the objects of `path`. If `customizer` returns `undefined` * path creation is handled by the method instead. The `customizer` is invoked * with three arguments: (nsValue, key, nsObject). *