Skip to content

Conversation

@GoToBILL
Copy link
Contributor

@GoToBILL GoToBILL commented Dec 17, 2025

Remove unnecessary comma after 'both' in the sentence structure 'both A and B'. The comma between 'both' and the first item is grammatically incorrect.

Before:
Support for string-based queries covers both, JPQL queries(@query) and native queries (@NativeQuery).

After:
Support for string-based queries covers both JPQL queries (@query) and native queries (@NativeQuery).

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Dec 17, 2025
Remove unnecessary comma after 'both' in the sentence structure 'both A and B'. The comma between 'both' and the first item is grammatically incorrect. Signed-off-by: Byungju Ju <wnqudwnrlrl@naver.com>
@GoToBILL GoToBILL force-pushed the docs/fix-projections-grammar branch from 110a00f to 9c87c2d Compare December 17, 2025 04:47
@schauder schauder self-assigned this Dec 17, 2025
@schauder schauder added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Dec 17, 2025
schauder pushed a commit that referenced this pull request Dec 17, 2025
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 <wnqudwnrlrl@naver.com>
schauder pushed a commit that referenced this pull request Dec 17, 2025
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 <wnqudwnrlrl@naver.com>
schauder pushed a commit that referenced this pull request Dec 17, 2025
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 <wnqudwnrlrl@naver.com>
@schauder schauder added this to the 3.5.8 (2025.0.8) milestone Dec 17, 2025
@schauder
Copy link
Contributor

Thanks for the fix.

@schauder schauder closed this Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: documentation A documentation update

3 participants