Skip to content

Commit

Permalink
Fix copy-paste error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Nov 26, 2023
1 parent 418c6f9 commit c8a2819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ const selectTodos = createSelector(
// This result function does not contain any transformation logic.
todos => todos,
// Will override the global setting.
{ inputStabilityCheck: 'always' }
{ identityFunctionCheck: 'always' }
)
```
Expand Down

0 comments on commit c8a2819

Please sign in to comment.