Skip to content

Commit e1eb208

Browse files
committed
Merge pull request reduxjs#325 from moroshko/patch-5
Change `<Func>` to `<Function>` for consistency
2 parents dca1b3c + 42a9e58 commit e1eb208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Reference/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,4 @@ the last of the `funcs` is called, and its result is returned.
340340

341341
#### Parameters
342342

343-
* `...funcs: Array<Func>`: The functions to compose.
343+
* `...funcs: Array<Function>`: The functions to compose.

0 commit comments

Comments
 (0)