Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Oct 5, 2023
1 parent b3d74a5 commit 9d4249a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function getDependencies(funcs: unknown[]) {
export function createSelectorCreator<
MemoizeFunction extends UnknownMemoizer,
ArgsMemoizeFunction extends UnknownMemoizer = typeof defaultMemoize
// FIXME: unify or intersect this type parameter with `CreateSelectorOptions` to maintain a source of truth.
// FIXME: unify or intersect this type parameter with `CreateSelectorOptions` to maintain a single source of truth.
>(memoizeOptions: {
inputStabilityCheck?: StabilityCheck
memoize: MemoizeFunction
Expand Down

0 comments on commit 9d4249a

Please sign in to comment.