We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5468dba commit 362d143Copy full SHA for 362d143
ql/ql/src/codeql_ql/ast/internal/Module.qll
@@ -271,7 +271,7 @@ private module Cached {
271
272
pragma[noinline]
273
private predicate resolveModuleRefHelper(TypeRef me, ContainerOrModule enclosing, string name) {
274
- // The scope is all enclosing modules, the immidiatly containing folder, not the parent folders.
+ // The scope is all enclosing modules, the immediately containing folder, not the parent folders.
275
enclosing = getEnclosingModuleNoFolderStep*(getStartModule(me)) and
276
name = [me.(ModuleExpr).getName(), me.(TypeExpr).getClassName()] and
277
not exists(me.(ModuleExpr).getQualifier()) and
0 commit comments