JS: Fix typo in qldoc

This commit is contained in:
Asger Feldthaus
2021-02-15 14:40:20 +00:00
parent c926a47d50
commit cee1a12489

View File

@@ -1231,7 +1231,7 @@ module Redux {
* callback collects all the intermediate results into the final result:
*
* ```js
* creatorSelector(
* createSelector(
* state => state.foo,
* state => state.bar,
* ([foo, bar]) => {...}