Skip to content

Commit f38ae3c

Browse files
shati-pateljf205
andauthored
QL HB: Reword description
Co-Authored-By: James Fletcher <42464962+jf205@users.noreply.github.com>
1 parent 94d55e9 commit f38ae3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/ql-handbook/predicates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ be bound, is different from ``bindingset[x, y]``, which states that both ``x`` a
275275
bound.
276276

277277
The latter can be useful when you want to declare a :ref:`predicate with result <predicates-with-result>` that takes multiple input arguments.
278-
For example, the following predicate gets ``str``, truncated to a maximum length of ``len`` characters::
278+
For example, the following predicate takes a string ``str`` and truncates it to a maximum length of ``len`` characters::
279279

280280
bindingset[str, len]
281281
string truncate(string str, int len) {

0 commit comments

Comments
 (0)