mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Shared: minor updates to comments
This commit is contained in:
@@ -722,7 +722,7 @@ module ModelOutput {
|
||||
result = "Invalid token '" + token + "' is missing its arguments, in access path: " + path
|
||||
)
|
||||
or
|
||||
// Check for valid model kinds
|
||||
// Check for invalid model kinds
|
||||
result = getInvalidModelKind()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* INTERNAL: Do not use.
|
||||
*
|
||||
* Provides classes and predicates related to validating models as data rows.
|
||||
* Provides classes and predicates related to validating models-as-data rows.
|
||||
* Such that we can share this logic across our CodeQL analysis of different languages.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user