Skip to content

Commit b2c2a94

Browse files
committed
Accept review comment - doc clarification
1 parent 39afb18 commit b2c2a94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ module SourceSinkInterpretationInput implements
149149
)
150150
}
151151

152-
// Note that due to embedding, which is currently implemented via some Methods
153-
// or Fields having multiple qualified names, a given Method or Field is liable
154-
// to have more than one SourceOrSinkElement, one for each of the names it claims.
152+
// Note that due to embedding, which is currently implemented via some
153+
// Methods having multiple qualified names, a given Method is liable to have
154+
// more than one SourceOrSinkElement, one for each of the names it claims.
155155
private newtype TSourceOrSinkElement =
156156
TMethodEntityElement(Method m, string pkg, string type, boolean subtypes) {
157157
m.hasQualifiedName(pkg, type, _) and subtypes = [true, false]

0 commit comments

Comments
 (0)