Skip to content

Commit

Permalink
chore(comments): update comments (#727)
Browse files Browse the repository at this point in the history
Co-authored-by: xiyin <xiyin@bytedance.com>
  • Loading branch information
xyoscer and xiyin committed Jan 11, 2021
1 parent d8121d6 commit fe8f589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/immer.ts
Expand Up @@ -55,7 +55,7 @@ export const produceWithPatches: IProduceWithPatches = immer.produceWithPatches.
/**
* Pass true to automatically freeze all copies created by Immer.
*
* By default, auto-freezing is disabled in production.
* Always freeze by default, even in production mode
*/
export const setAutoFreeze = immer.setAutoFreeze.bind(immer)

Expand Down

0 comments on commit fe8f589

Please sign in to comment.