We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c926a47 commit cee1a12Copy full SHA for cee1a12
1 file changed
javascript/ql/src/semmle/javascript/frameworks/Redux.qll
@@ -1231,7 +1231,7 @@ module Redux {
1231
* callback collects all the intermediate results into the final result:
1232
*
1233
* ```js
1234
- * creatorSelector(
+ * createSelector(
1235
* state => state.foo,
1236
* state => state.bar,
1237
* ([foo, bar]) => {...}
0 commit comments