From 1750b2d14b62f573be72d3cd828fc1ad4a472a05 Mon Sep 17 00:00:00 2001 From: Gavin King Date: Mon, 21 Oct 2024 11:49:14 +0200 Subject: [PATCH] fix a tiny typo Signed-off-by: Gavin King --- documentation/src/main/asciidoc/repositories/Repositories.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/repositories/Repositories.adoc b/documentation/src/main/asciidoc/repositories/Repositories.adoc index 85acf8bfdfd..8c8f71bd39a 100644 --- a/documentation/src/main/asciidoc/repositories/Repositories.adoc +++ b/documentation/src/main/asciidoc/repositories/Repositories.adoc @@ -91,7 +91,7 @@ The following table contrasts the two programming models. | Validation of JPQL | Runtime | Compile time |=== -The fundamental difference here that Jakarta Data does not feature stateful persistence contexts. +The fundamental difference here is that Jakarta Data does not feature stateful persistence contexts. Among other consequences: - entity instances are always detached, and so