fix a qldoc isuse

This commit is contained in:
amammad
2023-10-10 22:21:43 +02:00
parent 6f73e9c3ba
commit 4198f61c16

View File

@@ -4,7 +4,7 @@ import DataFlow::PathGraph
module DecompressionBomb {
/**
* the Sinks of uncontrolled data decompression
* The Sinks of uncontrolled data decompression
*/
class Sink extends DataFlow::Node {
Sink() { this = any(Range r).sink() }