Skip to content

Commit

Permalink
chore: typo (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
nomyfan committed Nov 24, 2021
1 parent 4e062c4 commit 26355d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/finalize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function finalize(rootScope: ImmerScope, value: any, path?: PatchPath) {
value,
(key, childValue) =>
finalizeProperty(rootScope, state, value, key, childValue, path),
true // See #590, don't recurse into non-enumarable of non drafted objects
true // See #590, don't recurse into non-enumerable of non drafted objects
)
return value
}
Expand Down

0 comments on commit 26355d7

Please sign in to comment.