From 9d4249aec9183ba0a3ef0393e06624bf22407b22 Mon Sep 17 00:00:00 2001 From: Arya Emami Date: Thu, 5 Oct 2023 03:28:30 -0500 Subject: [PATCH] Fix typo --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f8f190918..323692261 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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