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 ea3000ce99..ec5ab5106a 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 String toString() { } /** - * 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 String toString() { } /** - * 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.