From 607bef69beb8f1e1038b5da4d3eb073da0605df1 Mon Sep 17 00:00:00 2001 From: Nick <96550850+nicklatch@users.noreply.github.com> Date: Wed, 7 Feb 2024 02:06:13 -0600 Subject: [PATCH] Fix documentation grammar. Replace "significant" with "significantly" Closes #1731 Original pull request: #1735 --- src/main/antora/modules/ROOT/pages/jdbc/entity-persistence.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/antora/modules/ROOT/pages/jdbc/entity-persistence.adoc b/src/main/antora/modules/ROOT/pages/jdbc/entity-persistence.adoc index f94627db..35971a01 100644 --- a/src/main/antora/modules/ROOT/pages/jdbc/entity-persistence.adoc +++ b/src/main/antora/modules/ROOT/pages/jdbc/entity-persistence.adoc @@ -26,7 +26,7 @@ If the aggregate root references other entities those are loaded with separate s . Spring Data JDBC 3.2 allows the use of _Single Query Loading_. With this an arbitrary number of aggregates can be fully loaded with a single SQL query. -This should be significant more efficient, especially for complex aggregates, consisting of many entities. +This should be significantly more efficient, especially for complex aggregates, consisting of many entities. + Currently, Single Query Loading is restricted in different ways: