Skip to content

Commit 6d988f9

Browse files
nicklatchmp911de
authored andcommitted
Fix documentation grammar.
Replace "significant" with "significantly" Closes #1731 Original pull request: #1735
1 parent f75ab2d commit 6d988f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/jdbc/entity-persistence.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If the aggregate root references other entities those are loaded with separate s
2626

2727
. Spring Data JDBC 3.2 allows the use of _Single Query Loading_.
2828
With this an arbitrary number of aggregates can be fully loaded with a single SQL query.
29-
This should be significant more efficient, especially for complex aggregates, consisting of many entities.
29+
This should be significantly more efficient, especially for complex aggregates, consisting of many entities.
3030
+
3131
Currently, Single Query Loading is restricted in different ways:
3232

0 commit comments

Comments
 (0)