Skip to content

Commit 67835ee

Browse files
committed
Address review comments
1 parent 62de15c commit 67835ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,9 @@ Binding sets
390390
``bindingset[...]``
391391
-------------------
392392

393-
You can use this annotation to explicitly state the binding sets for a class or predicate. A binding set
394-
is a subset of a class or predicate's arguments such that, if those arguments are constrained to a
395-
finite set of values, then the class or predicate itself is finite (that is, it evaluates to a finite
393+
You can use this annotation to explicitly state the binding sets for a predicate or class. A binding set
394+
is a subset of a predicate's or class body's arguments such that, if those arguments are constrained to a
395+
finite set of values, then the predicate or class itself is finite (that is, it evaluates to a finite
396396
set of tuples).
397397

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

0 commit comments

Comments
 (0)