diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 930eef9f36e..5e8a9fc5137 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -16941,9 +16941,10 @@ $[*] ? (@ like_regex "^[aeiou]" flag "i")
is a JSON path string literal, written according to the rules given in
. This means in particular that any
backslashes you want to use in the regular expression must be doubled.
- For example, to match strings that contain only digits:
+ For example, to match string values of the root document that contain
+ only digits:
-$ ? (@ like_regex "^\\d+$")
+$.* ? (@ like_regex "^\\d+$")