We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e209817 commit 2ef9f6eCopy full SHA for 2ef9f6e
README.md
@@ -226,7 +226,7 @@ const setValue = ( x, e ) => e.target.value;
226
227
`linkToObject.update( clonedObject => modifiedClonedObject )` - update enclosed object or array.
228
229
-`linkToObject.action( ( clonedObject, event ) => modifiedClonedObject )` - update enclosed object or array.
+`linkToObject.action( ( clonedObject, event ) => modifiedClonedObject )` - creates action to update enclosed object or array.
230
231
Plain objects and arrays are shallow copied by `update` and `action` functions,
232
thus it's safe just to update the value in place.
0 commit comments