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 6b14789 commit 0a241e2Copy full SHA for 0a241e2
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -1336,7 +1336,7 @@ module API {
1336
* The flow from `nd` to that node may be inter-procedural, and is further described by three
1337
* flags:
1338
*
1339
- * - `promisified`: if true `true`, the flow goes through a promisification;
+ * - `promisified`: if `true`, the flow goes through a promisification;
1340
* - `boundArgs`: for function values, tracks how many arguments have been bound throughout
1341
* the flow. To ensure termination, we somewhat arbitrarily constrain the number of bound
1342
* arguments to be at most ten.
0 commit comments