Skip to content

Commit 4198f61

Browse files
committed
fix a qldoc isuse
1 parent 6f73e9c commit 4198f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/experimental/Security/CWE-522-DecompressionBombs/DecompressionBombs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import DataFlow::PathGraph
44

55
module DecompressionBomb {
66
/**
7-
* the Sinks of uncontrolled data decompression
7+
* The Sinks of uncontrolled data decompression
88
*/
99
class Sink extends DataFlow::Node {
1010
Sink() { this = any(Range r).sink() }

0 commit comments

Comments
 (0)