Skip to content

Commit

Permalink
update object documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
richardcrng committed Jun 3, 2019
1 parent 67f3f21 commit 8dfcfc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/create/asObject/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ Back to:

Returns an object that, *when dispatched to a store created with the original state tree*, updates the leaf's state at `path` with `value`.

```js
// TODO update this
```

### Parameters
- `path` *(array | string)*: the path of the property to set

Expand Down

0 comments on commit 8dfcfc6

Please sign in to comment.