Skip to content

Commit f204a41

Browse files
committed
QL: fix ql/missing-parameter-qldoc error in QL-for-QL
1 parent 5376079 commit f204a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/codeql_ql/ast/internal/Module.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ boolean getPublicBool(AstNode n) {
239239
/**
240240
* Holds if `container` defines module `m` with name `name`.
241241
*
242-
* `m` may be defined either directly or through `import`s.
242+
* `m` may be defined either directly or through imports.
243243
*/
244244
private predicate definesModule(
245245
ContainerOrModule container, string name, ContainerOrModule m, boolean public

0 commit comments

Comments
 (0)