Skip to content

Commit fe8f589

Browse files
xyoscerxiyin
and
xiyin
authoredJan 11, 2021
chore(comments): update comments (#727)
Co-authored-by: xiyin <xiyin@bytedance.com>
1 parent d8121d6 commit fe8f589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/immer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const produceWithPatches: IProduceWithPatches = immer.produceWithPatches.
5555
/**
5656
* Pass true to automatically freeze all copies created by Immer.
5757
*
58-
* By default, auto-freezing is disabled in production.
58+
* Always freeze by default, even in production mode
5959
*/
6060
export const setAutoFreeze = immer.setAutoFreeze.bind(immer)
6161

0 commit comments

Comments
 (0)
Please sign in to comment.