File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/codeql/ql-language-reference Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -390,9 +390,9 @@ Binding sets
390
390
``bindingset[...] ``
391
391
-------------------
392
392
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
396
396
set of tuples).
397
397
398
398
The ``bindingset `` annotation takes a comma-separated list of variables.
You can’t perform that action at this time.
0 commit comments