Skip to content

Commit 0a241e2

Browse files
asgerfCopilot
andauthored
Update javascript/ql/lib/semmle/javascript/ApiGraphs.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6b14789 commit 0a241e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ module API {
13361336
* The flow from `nd` to that node may be inter-procedural, and is further described by three
13371337
* flags:
13381338
*
1339-
* - `promisified`: if true `true`, the flow goes through a promisification;
1339+
* - `promisified`: if `true`, the flow goes through a promisification;
13401340
* - `boundArgs`: for function values, tracks how many arguments have been bound throughout
13411341
* the flow. To ensure termination, we somewhat arbitrarily constrain the number of bound
13421342
* arguments to be at most ten.

0 commit comments

Comments
 (0)