From 8f48bbe2bba1973f5d06df4cdde029c54e2b8163 Mon Sep 17 00:00:00 2001 From: Vlad Mihalcea Date: Thu, 5 Jul 2018 12:19:03 +0300 Subject: [PATCH] HHH-12716 - Sample code is required for documentation of disabling polymorphism in queries Fix typo --- .../src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc b/documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc index 7bdeac8349..3e25f6b17b 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc @@ -979,7 +979,7 @@ This behavior can be altered in two ways: [NOTE] ==== -The HQL query `from java.lang.Object` is totally valid (although not very practical from a performance perspetive)! +The HQL query `from java.lang.Object` is totally valid (although not very practical from a performance perspective)! It returns every object of every entity type defined by your application mappings. ====