Skip to content

Commit b4457de

Browse files
committed
C#/Java: Fix typo in the QL doc comment.
1 parent c9c981d commit b4457de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
* sources "remote" indicates a default remote flow source, and for summaries
7070
* "taint" indicates a default additional taint step and "value" indicates a
7171
* globally applicable value-preserving step.
72-
* 9. The `provenance` column is tag to indicate the origin of the summary.
72+
* 9. The `provenance` column is a tag to indicate the origin of the summary.
7373
* There are two supported values: "generated" and "manual". "generated" means that
7474
* the model has been emitted by the model generator tool and "manual" means
7575
* that the model has been written by hand. This information is used in a heuristic

java/ql/lib/semmle/code/java/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
* sources "remote" indicates a default remote flow source, and for summaries
6363
* "taint" indicates a default additional taint step and "value" indicates a
6464
* globally applicable value-preserving step.
65-
* 9. The `provenance` column is tag to indicate the origin of the summary.
65+
* 9. The `provenance` column is a tag to indicate the origin of the summary.
6666
* There are two supported values: "generated" and "manual". "generated" means that
6767
* the model has been emitted by the model generator tool and "manual" means
6868
* that the model has been written by hand.

0 commit comments

Comments
 (0)