diff --git a/documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc b/documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc index 9c9091c0c8..4b1b7e777f 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc @@ -512,7 +512,7 @@ HQL defines two ways to concatenate strings: * the SQL-style concatenation operator, `||`, and * the JPQL-standard `concat()` function. -See <> for details of the `concat()` function. +See <> for details of the `concat()` function. [[hql-concatenation-example]] //.Concatenation operation example