C#: Fix a comment typo.

This commit is contained in:
Michael Nebel
2024-05-06 14:26:30 +02:00
parent e64a2d6c9c
commit 757cf8d43a
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ final class SinkNode = ApiSinkNode;
/**
* Module that adds all API like sinks to `SinkNode`, excluding sinks for cryptography based
* queries, and queries where sinks are not succifiently defined (eg. using broad method name matching).
* queries, and queries where sinks are not sufficiently defined (eg. using broad method name matching).
*/
private module AllApiSinks {
private import ParallelSink