Skip to content

Commit d743b31

Browse files
committed
Fix typo in QLdoc
1 parent 0026763 commit d743b31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ql/ql/src/queries/style/DataFlowConfigModuleNaming.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ class DataFlowConfigModule extends Module {
2424
}
2525

2626
/**
27-
* A file that is not part of the internal dataflow library.
27+
* A file that is part of the internal dataflow library or dataflow library
28+
* tests.
2829
*/
2930
class DataFlowInternalFile extends File {
3031
DataFlowInternalFile() {

0 commit comments

Comments
 (0)