Skip to content

Commit 0ee083f

Browse files
klequiskodiakhq[bot]LadyBluenotes
authored
Update produce.mdx: Clarify meaning of "local mutation" (#1120)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Sarah <[email protected]>
1 parent cf7eabe commit 0ee083f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/reference/store-utilities/produce.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: produce
33
---
44

5-
`produce` is an [Immer](https://immerjs.github.io/immer/) inspired API for Solid's Store objects that allows for localized mutation.
5+
`produce` is an [Immer](https://immerjs.github.io/immer/) inspired API for Solid's Store objects that allows the store to be mutated inside the `produce` function.
66

77
```ts
88
import { produce } from "solid-js/store"

0 commit comments

Comments
 (0)