Skip to content

Commit b393bc9

Browse files
committed
documentation: update definition of definite environment in the specification
1 parent 805e9d8 commit b393bc9

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
@@ -115,7 +115,7 @@ Environments may be combined as follows:
115115
- *Union*. This takes the union of the entry sets of the two environments.
116116
- *Overriding union*. This takes the union of two environments, but if there are entries for a key in the first map, then no additional entries for that key are included from the second map.
117117

118-
A *definite* environment has at most one entry for each key. Resolution is unique in a definite environment.
118+
A *definite* environment has only values that are *equal modulo weak aliasing* for each each.
119119

120120
Global environments
121121
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)