Skip to content

Commit 9bb1b4f

Browse files
authored
Terminology update
Method -> member predicate
1 parent 0e79d3d commit 9bb1b4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/language/ql-spec/qldoc.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ Association
1818
A QLDoc comment may be 'associated with' any of the following QL syntax elements:
1919

2020
- Class declarations
21-
- Predicate declarations
22-
- Method declarations
21+
- Non-member predicate declarations
22+
- Member predicate declarations
2323
- Modules
2424

25-
For class, method, and predicate declarations, the associated QLDoc comment (if any) is the closest preceding QLDoc comment.
25+
For class and predicate declarations, the associated QLDoc comment (if any) is the closest preceding QLDoc comment.
2626

2727
For modules, the associated QLDoc comment (if any) is the QLDoc comment which is the first element in the file, and moreover is not associated with any other QL element.
2828

2929
Inheritance
3030
-----------
3131

32-
If a method has no directly associated QLDoc and overrides a set of methods which all have the same QLDoc, then the method inherits that QLDoc.
32+
If a member predicate has no directly associated QLDoc and overrides a set of member predicates which all have the same QLDoc, then the member predicate inherits that QLDoc.
3333

3434
Content
3535
-------

0 commit comments

Comments
 (0)