From 5716cecb559933b9e592c0ac18a28480681949f6 Mon Sep 17 00:00:00 2001 From: Vlad Mihalcea Date: Mon, 2 Jul 2018 17:42:06 +0300 Subject: [PATCH] HHH-12353 - Document that Session.getReference not always returns a T Change to lowercase noun --- .../main/asciidoc/userguide/chapters/pc/PersistenceContext.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/userguide/chapters/pc/PersistenceContext.adoc b/documentation/src/main/asciidoc/userguide/chapters/pc/PersistenceContext.adoc index ba9b9343a5..76cfe479c9 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/pc/PersistenceContext.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/pc/PersistenceContext.adoc @@ -123,7 +123,7 @@ In both cases an exception will be thrown later if the given entity does not ref [IMPORTANT] ==== -Unless the entity class is declared `final`, the proxy extends the entity class. If the entity class is `final`, the Proxy will implement an interface instead. See the <> section for more info. +Unless the entity class is declared `final`, the proxy extends the entity class. If the entity class is `final`, the proxy will implement an interface instead. See the <> section for more info. ==== [[pc-find]]