Skip to content

Commit c88eac4

Browse files
committed
JS: Remove stray $ Alert comment inside a doc comment
1 parent 0df893e commit c88eac4

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/test/query-tests/Declarations/UnusedParameter

1 file changed

+1
-1
lines changed

javascript/ql/test/query-tests/Declarations/UnusedParameter/tst2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function K(x, y) {
2121
return y;
2222
}
2323

24-
/** // $ Alert
24+
/**
2525
* @param {*} x the first argument
2626
* @param {*} y the second argument
2727
*/

0 commit comments

Comments
 (0)