mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +02:00
QLSpec: Fix typo
This commit is contained in:
@@ -776,7 +776,7 @@ If no qldoc is provided then in may be inherited.
|
||||
In the case of an alias then it may be inherited from the right-hand-side of the alias.
|
||||
|
||||
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
|
||||
that overrides every other member predicate in that collection then the QLDoc of that field is used as the QLDoc.
|
||||
that overrides every other member predicate in that collection then the QLDoc of that member predicate is used as the QLDoc.
|
||||
|
||||
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
|
||||
that overrides every other field in that collection then its QLDoc of that field used as the QLDoc.
|
||||
|
||||
Reference in New Issue
Block a user