Skip to content

Commit 098f862

Browse files
authored
Use the right type
Fixes #2152
1 parent 1c9bd5d commit 098f862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ interface UseSelectorOptions {
5959
}
6060

6161
const result: Selected = useSelector(
62-
selector: SelectorFunction,
62+
selector: SelectorFn,
6363
options?: EqualityFn | UseSelectorOptions
6464
)
6565
```

0 commit comments

Comments
 (0)