mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
JS: Update OK-style comments to $-style
This commit is contained in:
@@ -31,7 +31,7 @@ var g2 = function() {
|
||||
return arguments[0] * arguments[1];
|
||||
}
|
||||
|
||||
// OK: only five statements
|
||||
// OK - only five statements
|
||||
function h() {
|
||||
if (arguments.length == 0)
|
||||
return 23;
|
||||
|
||||
Reference in New Issue
Block a user