From d0dbc91aa96c166c0b725017ccca05be033b1d16 Mon Sep 17 00:00:00 2001 From: Asger F Date: Tue, 9 Dec 2025 09:02:55 +0100 Subject: [PATCH] Update javascript/ql/lib/semmle/javascript/ApiGraphs.qll Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- javascript/ql/lib/semmle/javascript/ApiGraphs.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/lib/semmle/javascript/ApiGraphs.qll b/javascript/ql/lib/semmle/javascript/ApiGraphs.qll index d1bc4a23348..1801b0c2e89 100644 --- a/javascript/ql/lib/semmle/javascript/ApiGraphs.qll +++ b/javascript/ql/lib/semmle/javascript/ApiGraphs.qll @@ -1336,7 +1336,7 @@ module API { * The flow from `nd` to that node may be inter-procedural, and is further described by three * flags: * - * - `promisified`: if true `true`, the flow goes through a promisification; + * - `promisified`: if `true`, the flow goes through a promisification; * - `boundArgs`: for function values, tracks how many arguments have been bound throughout * the flow. To ensure termination, we somewhat arbitrarily constrain the number of bound * arguments to be at most ten.