C#/Java/Ruby/Swift: Fix various typos.

This commit is contained in:
Michael Nebel
2022-08-04 13:53:34 +02:00
parent 8949f71250
commit 581824a9b4
5 changed files with 5 additions and 5 deletions

View File

@@ -246,7 +246,7 @@ module Public {
NegativeSummarizedCallable() { negativeSummaryElement(this, _) }
/**
* Holds if the none summary is auto generated.
* Holds if the negative summary is auto generated.
*/
predicate isAutoGenerated() { negativeSummaryElement(this, true) }
}

View File

@@ -116,7 +116,7 @@ private string getInvalidModelSignature() {
or
negativeSummaryModel(namespace, type, name, signature, provenance) and
ext = "" and
pred = "nonesummary"
pred = "negative summary"
|
not namespace.regexpMatch("[a-zA-Z0-9_\\.]+") and
result = "Dubious namespace \"" + namespace + "\" in " + pred + " model."

View File

@@ -246,7 +246,7 @@ module Public {
NegativeSummarizedCallable() { negativeSummaryElement(this, _) }
/**
* Holds if the none summary is auto generated.
* Holds if the negative summary is auto generated.
*/
predicate isAutoGenerated() { negativeSummaryElement(this, true) }
}

View File

@@ -246,7 +246,7 @@ module Public {
NegativeSummarizedCallable() { negativeSummaryElement(this, _) }
/**
* Holds if the none summary is auto generated.
* Holds if the negative summary is auto generated.
*/
predicate isAutoGenerated() { negativeSummaryElement(this, true) }
}

View File

@@ -246,7 +246,7 @@ module Public {
NegativeSummarizedCallable() { negativeSummaryElement(this, _) }
/**
* Holds if the none summary is auto generated.
* Holds if the negative summary is auto generated.
*/
predicate isAutoGenerated() { negativeSummaryElement(this, true) }
}