Skip to content

Commit f44c16d

Browse files
committed
Enhance getIn helper
1 parent 59fbeeb commit f44c16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/get-in.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { isPlainObject } from './is-plain-object';
1010
// -----------------------------------------------------------------------------
1111

1212
/**
13-
* Convert string sample in to the path (array)
13+
* Getting value in Object or Array by path
1414
* Inspired by final-form's `getIn` helper
1515
* {@link https://github.com/final-form/final-form/blob/master/src/structure/getIn.js}
1616
* @param {*} sample

0 commit comments

Comments
 (0)