C#: Address review comments.

This commit is contained in:
Michael Nebel
2023-06-23 13:22:29 +02:00
parent e06bc8fd8d
commit b942cd9085

View File

@@ -186,7 +186,7 @@ SummaryComponent interpretComponentSpecific(AccessPathToken c) {
)
}
/** 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. */
private string getContentSpecific(Content c) {
c = TElementContent() and result = "Element"
or