Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebb253e

Browse files
author
alexet
committed
QLSpec: Fix typo
1 parent 67c2006 commit ebb253e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ If no qldoc is provided then in may be inherited.
776776
In the case of an alias then it may be inherited from the right-hand-side of the alias.
777777

778778
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.
780780

781781
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
782782
that overrides every other field in that collection then its QLDoc of that field used as the QLDoc.

0 commit comments

Comments
 (0)