Skip to content

Commit cee1a12

Browse files
committed
JS: Fix typo in qldoc
1 parent c926a47 commit cee1a12

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/frameworks

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/frameworks/Redux.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ module Redux {
12311231
* callback collects all the intermediate results into the final result:
12321232
*
12331233
* ```js
1234-
* creatorSelector(
1234+
* createSelector(
12351235
* state => state.foo,
12361236
* state => state.bar,
12371237
* ([foo, bar]) => {...}

0 commit comments

Comments
 (0)