Skip to content

Commit 0b05020

Browse files
committed
add missing dot in qldoc
1 parent c3b52fa commit 0b05020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/security/dataflow/InsecureDownloadCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module InsecureDownload {
1515
*/
1616
abstract class Source extends DataFlow::Node {
1717
/**
18-
* Gets a flow-label for this source
18+
* Gets a flow-label for this source.
1919
*/
2020
abstract DataFlow::FlowLabel getALabel();
2121
}

0 commit comments

Comments
 (0)