Skip to content

Commit f64bdcc

Browse files
asgerferik-krogh
andauthored
Update javascript/ql/lib/semmle/javascript/ApiGraphs.qll
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent b834ffe commit f64bdcc

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
@@ -1792,7 +1792,7 @@ module API {
17921792

17931793
LabelSpreadArgument() { this = MkLabelSpreadArgument(index) }
17941794

1795-
/** The argument index at which the spread argument appears. */
1795+
/** Gets the argument index at which the spread argument appears. */
17961796
int getIndex() { result = index }
17971797

17981798
override string toString() { result = "getSpreadArgument(" + index + ")" }

0 commit comments

Comments
 (0)