Skip to content

Commit a0b928d

Browse files
102jdalton
authored andcommitted
Remove extra spaces from jsdoc (lodash#2958)
1 parent 3c5b828 commit a0b928d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.internal/basePickBy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import baseSet from './baseSet.js';
33
import castPath from './castPath.js';
44

55
/**
6-
* The base implementation of `pickBy`.
6+
* The base implementation of `pickBy`.
77
*
88
* @private
99
* @param {Object} object The source object.

.internal/cloneBuffer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const moduleExports = freeModule && freeModule.exports === freeExports;
1313
const Buffer = moduleExports ? root.Buffer : undefined, allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;
1414

1515
/**
16-
* Creates a clone of `buffer`.
16+
* Creates a clone of `buffer`.
1717
*
1818
* @private
1919
* @param {Buffer} buffer The buffer to clone.

setWith.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import baseSet from './.internal/baseSet.js';
22

33
/**
44
* This method is like `set` except that it accepts `customizer` which is
5-
* invoked to produce the objects of `path`. If `customizer` returns `undefined`
5+
* invoked to produce the objects of `path`. If `customizer` returns `undefined`
66
* path creation is handled by the method instead. The `customizer` is invoked
77
* with three arguments: (nsValue, key, nsObject).
88
*

updateWith.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import baseUpdate from './.internal/baseUpdate.js';
22

33
/**
44
* This method is like `update` except that it accepts `customizer` which is
5-
* invoked to produce the objects of `path`. If `customizer` returns `undefined`
5+
* invoked to produce the objects of `path`. If `customizer` returns `undefined`
66
* path creation is handled by the method instead. The `customizer` is invoked
77
* with three arguments: (nsValue, key, nsObject).
88
*

0 commit comments

Comments
 (0)