Skip to content

Commit b942cd9

Browse files
committed
C#: Address review comments.
1 parent e06bc8f commit b942cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/FlowSummaryImplSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ SummaryComponent interpretComponentSpecific(AccessPathToken c) {
186186
)
187187
}
188188

189-
/** Gets the textual representation of the content in the format used MaD models. */
189+
/** Gets the textual representation of the content in the format used for MaD models. */
190190
private string getContentSpecific(Content c) {
191191
c = TElementContent() and result = "Element"
192192
or

0 commit comments

Comments
 (0)