Skip to content

Commit acba77c

Browse files
Merge branch 'main' into fix-search-shortcut
2 parents eeed3d1 + 0ee083f commit acba77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)