Skip to content

Commit 0d97753

Browse files
authored
Merge pull request github#9573 from igfoo/igfoo/typo
CaptureSinkModels.ql: Fix typo
2 parents 7c5a838 + 5280cf4 commit 0d97753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/ql/src/utils/model-generator/CaptureSinkModels.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Capture sink models.
3-
* @description Finds public methods that act as sinks as they flow into a a known sink.
3+
* @description Finds public methods that act as sinks as they flow into a known sink.
44
* @kind diagnostic
55
* @id cs/utils/model-generator/sink-models
66
* @tags model-generator

java/ql/src/utils/model-generator/CaptureSinkModels.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Capture sink models.
3-
* @description Finds public methods that act as sinks as they flow into a a known sink.
3+
* @description Finds public methods that act as sinks as they flow into a known sink.
44
* @kind diagnostic
55
* @id java/utils/model-generator/sink-models
66
* @tags model-generator

0 commit comments

Comments
 (0)