Skip to content

Commit 5280cf4

Browse files
committed
CaptureSinkModels.ql: Fix typo
1 parent b16124d commit 5280cf4

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)