Skip to content

Commit 2bf2467

Browse files
GoToBILLschauder
authored andcommitted
Fix grammar in documentation.
Remove unnecessary comma after 'both' in the sentence structure 'both A and B'. The comma between 'both' and the first item is grammatically incorrect. Original pull request #4122 Signed-off-by: Byungju Ju <[email protected]>
1 parent 2bd68cd commit 2bf2467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/repositories/projections.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Any nested properties resolving to joins select the entire nested property causi
2828

2929
=== String-based queries
3030

31-
Support for string-based queries covers both, JPQL queries(`@Query`) and native queries (`@NativeQuery`).
31+
Support for string-based queries covers both JPQL queries (`@Query`) and native queries (`@NativeQuery`).
3232

3333
==== JPQL Queries
3434

0 commit comments

Comments
 (0)