Skip to content

Commit 56e0b19

Browse files
committed
we actually only distinguish four environments
1 parent 9a4cec7 commit 56e0b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/ql-language-reference/ql-language-specification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The program is invalid if any of these environments is not definite.
133133
Module environments
134134
~~~~~~~~~~~~~~~~~~~
135135

136-
For each of modules, types, predicates, module signatures, type signatures, and predicates signatures, we distinguish five environments: *publically declared*, *privately declared*, *exported*, and *visible*.
136+
For each of modules, types, predicates, module signatures, type signatures, and predicates signatures, we distinguish four environments: *publically declared*, *privately declared*, *exported*, and *visible*.
137137
These are defined as follows (with X denoting the type of entity we are currently considering):
138138

139139
- The *privately declared X environment* of a module is the multimap of X declarations and aliases in the module itself that are annotated as ``private``.

0 commit comments

Comments
 (0)