From fa03d3e70ffb8681ba395d524de717bb83b1ee36 Mon Sep 17 00:00:00 2001 From: JaeYeon Kim Date: Sun, 6 Jul 2025 19:54:53 +0900 Subject: [PATCH] Fix typos in DbAction class documentation Signed-off-by: JaeYeon Kim Squashed by Jens Schauder Original pull request #2080 --- .../data/relational/core/conversion/DbAction.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/DbAction.java b/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/DbAction.java index ea3000ce9..ec5ab5106 100644 --- a/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/DbAction.java +++ b/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/DbAction.java @@ -178,7 +178,7 @@ public interface DbAction { } /** - * Represents a delete statement for all entities that that a reachable via a give path from the aggregate root. + * Represents a delete statement for all entities that are reachable via a given path from the aggregate root. * * @param type of the entity for which this represents a database interaction. */ @@ -249,7 +249,7 @@ public interface DbAction { } /** - * Represents an delete statement for all entities that that a reachable via a give path from any aggregate root of a + * Represents a delete statement for all entities that are reachable via a given path from any aggregate root of a * given type. * * @param type of the entity for which this represents a database interaction.