mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Fix comment
This commit is contained in:
@@ -116,7 +116,7 @@ module InsecureFeatureFlag {
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds of string literals or named values matching `flagKind` and their fields.
|
||||
* Holds for string literals or named values matching `flagKind` and their fields.
|
||||
*/
|
||||
predicate exprIsFlag(Expr node, FlagKind flagKind) {
|
||||
node.getStringValue() = flagKind.getAFlagName() or
|
||||
|
||||
Reference in New Issue
Block a user