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

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
Asger F
2025-03-31 15:30:59 +02:00
committed by GitHub
parent b834ffe246
commit f64bdccd6d

View File

@@ -1792,7 +1792,7 @@ module API {
LabelSpreadArgument() { this = MkLabelSpreadArgument(index) }
/** The argument index at which the spread argument appears. */
/** Gets the argument index at which the spread argument appears. */
int getIndex() { result = index }
override string toString() { result = "getSpreadArgument(" + index + ")" }