Skip to content

Commit a38c295

Browse files
committed
Changed 20.7 solution
1 parent 9461ac9 commit a38c295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/04-generics-advanced/20.7-working-around-partial-inference.solution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Equal, Expect } from "../helpers/type-utils";
22

33
export const makeSelectors =
4-
<TSource = "Type argument expected in makeSelectors">() =>
4+
<TSource = "makeSelectors expects to be passed a type argument">() =>
55
<TSelectors extends Record<string, (source: TSource) => any>>(
66
selectors: TSelectors
77
) => {

0 commit comments

Comments
 (0)