Fix comment

This commit is contained in:
Chris Smowton
2020-07-28 09:57:00 +01:00
parent a10db25b7d
commit d0c76187da

View File

@@ -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