Skip to content

Commit 5d2b911

Browse files
authored
Fix incorrect java.util.regex.Pattern name in specification
1 parent 5b0d92d commit 5d2b911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/ql-handbook/language.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1760,7 +1760,7 @@ The following built-in predicates are members of type ``string``:
17601760
| ``trim`` | string | | The result is the receiver with all whitespace removed from the beginning and end of the string. |
17611761
+----------------------+-------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
17621762

1763-
Regular expressions are as defined by ``java.util.Pattern`` in Java.
1763+
Regular expressions are as defined by ``java.util.regex.Pattern`` in Java.
17641764

17651765
Evaluation
17661766
----------

0 commit comments

Comments
 (0)