Skip to content

Commit 67365b7

Browse files
committed
0.0.2-prealpha
1 parent e635177 commit 67365b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plain-object-helpers",
3-
"version": "0.0.1-prealpha",
3+
"version": "0.0.2-prealpha",
44
"description": "description",
55
"main": "dist/index.js",
66
"files": [

src/get-in.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import { isPlainObject } from './is-plain-object';
1212

1313
/**
1414
* Convert string sample in to the path (array)
15-
* Inspired by final-form's `toPath` helper
16-
* {@link https://github.com/final-form/final-form/blob/master/src/structure/toPath.js}
15+
* Inspired by final-form's `getIn` helper
16+
* {@link https://github.com/final-form/final-form/blob/master/src/structure/getIn.js}
1717
* @param {IPlainObject|Array} sample
1818
* @param {string} keyPath
1919
*/

0 commit comments

Comments
 (0)