Skip to content

Commit b8bd98e

Browse files
authored
Merge pull request github#12075 from github/ginsbach/RemoveIncorrectStatement
remove statement about namespaces from documentation that no longer holds
2 parents 4e7ca1a + 1542353 commit b8bd98e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/codeql/ql-language-reference/name-resolution.rst

-3
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,6 @@ Within it, the class ``OneTwoThree`` and the module ``P`` are **visible**, as we
266266
Example
267267
=======
268268

269-
The namespaces of a general QL module are a union of the local namespaces, the namespaces of any enclosing modules,
270-
and the global namespaces. (You can think of global namespaces as the enclosing namespaces of a top-level module.)
271-
272269
Let's see what the module, type, and predicate namespaces look like in a concrete example:
273270

274271
For example, you could define a library module ``Villagers`` containing some of the classes and predicates that

0 commit comments

Comments
 (0)