Skip to content

Commit fb004ba

Browse files
committed
Describe predicates first
1 parent 67835ee commit fb004ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,11 +397,11 @@ set of tuples).
397397

398398
The ``bindingset`` annotation takes a comma-separated list of variables.
399399

400-
- When you annotate a class, each variable must be ``this`` or a field in the class.
401-
Binding sets for classes are supported from release 2.3.0 of the CodeQL CLI, and release 1.26 of LGTM Enterprise.
402400
- When you annotate a predicate, each variable must be an argument of the predicate, possibly including ``this``
403401
(for characteristic predicates and member predicates) and ``result`` (for predicates that return a result).
404402
For more information, see ":ref:`predicate-binding`."
403+
- When you annotate a class, each variable must be ``this`` or a field in the class.
404+
Binding sets for classes are supported from release 2.3.0 of the CodeQL CLI, and release 1.26 of LGTM Enterprise.
405405

406406
.. Links to use in substitutions
407407

0 commit comments

Comments
 (0)