Skip to content

Commit 808d3e3

Browse files
authored
Merge pull request github#12084 from github/ginsbach/IncorrectEnvironmentNumbering
we actually only distinguish four environments
2 parents 9a4cec7 + 56e0b19 commit 808d3e3

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)