Skip to content

Commit 01e57e9

Browse files
committed
C#: Fix query name for source model generation.
1 parent 2edd6d7 commit 01e57e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name Capture source models.
33
* @description Finds APIs that act as sources as they expose already known sources.
4-
* @id cs/utils/model-generator/sink-models
4+
* @id cs/utils/model-generator/source-models
55
*/
66

77
private import internal.CaptureModels

0 commit comments

Comments
 (0)