diff --git a/documentation/src/main/asciidoc/userguide/chapters/query/hql/Query.adoc b/documentation/src/main/asciidoc/userguide/chapters/query/hql/Query.adoc index 993b3b926b..4dda3dcc32 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/query/hql/Query.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/query/hql/Query.adoc @@ -18,7 +18,7 @@ HQL is not the only way to write queries in Hibernate: However, HQL is the most convenient option for most people most of the time. -The actual query language itself is discussed the <>. +The actual query language itself is discussed the <>. This chapter describes the Java APIs for executing HQL and JPQL queries. Most of this chapter is dedicated to discussing `org.hibernate.query.Query`, `jakarta.persistence.Query` and