mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Shared: fix typo in a comment
This commit is contained in:
@@ -71,7 +71,7 @@ module AccessPath {
|
||||
regexpCaptureTwo(arg, "(-?\\d+)\\.\\.N-(\\d+)", lo, hi) and
|
||||
result = [lo.toInt() .. arity - hi.toInt()]
|
||||
or
|
||||
// N-x..Ny
|
||||
// N-x..N-y
|
||||
regexpCaptureTwo(arg, "N-(\\d+)\\.\\.N-(\\d+)", lo, hi) and
|
||||
result = [arity - lo.toInt() .. arity - hi.toInt()] and
|
||||
result >= 0
|
||||
|
||||
Reference in New Issue
Block a user