We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06bc8f commit b942cd9Copy full SHA for b942cd9
csharp/ql/lib/semmle/code/csharp/dataflow/internal/FlowSummaryImplSpecific.qll
@@ -186,7 +186,7 @@ SummaryComponent interpretComponentSpecific(AccessPathToken c) {
186
)
187
}
188
189
-/** Gets the textual representation of the content in the format used MaD models. */
+/** Gets the textual representation of the content in the format used for MaD models. */
190
private string getContentSpecific(Content c) {
191
c = TElementContent() and result = "Element"
192
or
0 commit comments