You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codeql/ql-language-reference/ql-language-specification.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -776,7 +776,7 @@ If no qldoc is provided then in may be inherited.
776
776
In the case of an alias then it may be inherited from the right-hand-side of the alias.
777
777
778
778
In the case of a member predicate we collect all member predicates that it overrides with declared QLDoc. Then if there is a member predicate in that collection that
779
-
that overrides every other member predicate in that collection then the QLDoc of that field is used as the QLDoc.
779
+
that overrides every other member predicate in that collection then the QLDoc of that member predicate is used as the QLDoc.
780
780
781
781
In the case of a field we collect all fields that it overrides with declared QLDoc. Then if there is a field in that collection that
782
782
that overrides every other field in that collection then its QLDoc of that field used as the QLDoc.
0 commit comments