File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import baseSet from './baseSet.js';
33import 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.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const moduleExports = freeModule && freeModule.exports === freeExports;
1313const 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.
Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments