Skip to content

Commit 17a3429

Browse files
smowtonowen-mc
authored andcommitted
Correct hasTypeInfo doc comment
1 parent 20e8d48 commit 17a3429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ module SourceSinkInterpretationInput implements
178178
AstNode asAstNode() { this = TAstElement(result) }
179179

180180
/**
181-
* Holds if this source or sink element is a method that was specified
181+
* Holds if this source or sink element is a method or field that was specified
182182
* with the given values for `pkg`, `type` and `subtypes`.
183183
*/
184184
predicate hasTypeInfo(string pkg, string type, boolean subtypes) {

0 commit comments

Comments
 (0)