Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit d0c7618

Browse files
committed
Fix comment
1 parent a10db25 commit d0c7618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/src/semmle/go/security/InsecureFeatureFlag.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ module InsecureFeatureFlag {
116116
}
117117

118118
/**
119-
* Holds of string literals or named values matching `flagKind` and their fields.
119+
* Holds for string literals or named values matching `flagKind` and their fields.
120120
*/
121121
predicate exprIsFlag(Expr node, FlagKind flagKind) {
122122
node.getStringValue() = flagKind.getAFlagName() or

0 commit comments

Comments
 (0)