Skip to content

Commit 2ef9f6e

Browse files
author
Vlad Balin
committed
minor docs fix
1 parent e209817 commit 2ef9f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ const setValue = ( x, e ) => e.target.value;
226226

227227
`linkToObject.update( clonedObject => modifiedClonedObject )` - update enclosed object or array.
228228

229-
`linkToObject.action( ( clonedObject, event ) => modifiedClonedObject )` - update enclosed object or array.
229+
`linkToObject.action( ( clonedObject, event ) => modifiedClonedObject )` - creates action to update enclosed object or array.
230230

231231
Plain objects and arrays are shallow copied by `update` and `action` functions,
232232
thus it's safe just to update the value in place.

0 commit comments

Comments
 (0)