diff --git a/docs/codeql/ql-language-reference/name-resolution.rst b/docs/codeql/ql-language-reference/name-resolution.rst index 6353c13477e..ebfe4e46e7b 100644 --- a/docs/codeql/ql-language-reference/name-resolution.rst +++ b/docs/codeql/ql-language-reference/name-resolution.rst @@ -266,9 +266,6 @@ Within it, the class ``OneTwoThree`` and the module ``P`` are **visible**, as we Example ======= -The namespaces of a general QL module are a union of the local namespaces, the namespaces of any enclosing modules, -and the global namespaces. (You can think of global namespaces as the enclosing namespaces of a top-level module.) - Let's see what the module, type, and predicate namespaces look like in a concrete example: For example, you could define a library module ``Villagers`` containing some of the classes and predicates that