C#/Java: Fix some QL doc spelling typos.

This commit is contained in:
Michael Nebel
2022-08-12 10:25:55 +02:00
parent 592b60d6ab
commit 30d554503a
4 changed files with 4 additions and 4 deletions

View File

@@ -507,7 +507,7 @@ predicate summaryModel(
row.splitAt(";", 9) = provenance
}
/** Holds is a summary model exists indicating there is no flow for the given parameters. */
/** Holds if a summary model exists indicating there is no flow for the given parameters. */
predicate negativeSummaryModel(
string namespace, string type, string name, string signature, string provenance
) {