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 b834ffe commit f64bdccCopy full SHA for f64bdcc
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -1792,7 +1792,7 @@ module API {
1792
1793
LabelSpreadArgument() { this = MkLabelSpreadArgument(index) }
1794
1795
- /** The argument index at which the spread argument appears. */
+ /** Gets the argument index at which the spread argument appears. */
1796
int getIndex() { result = index }
1797
1798
override string toString() { result = "getSpreadArgument(" + index + ")" }
0 commit comments