mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
JS: Fix typo in qldoc
This commit is contained in:
@@ -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]) => {...}
|
||||
|
||||
Reference in New Issue
Block a user