Skip to content

Commit d2b3eb9

Browse files
JaeYeon KimJaeYeon Kim
authored andcommitted
Fix typos in DbAction class documentation
Signed-off-by: JaeYeon Kim <[email protected]>
1 parent 7ded5f8 commit d2b3eb9

File tree

1 file changed

+1
-1
lines changed
  • spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion

1 file changed

+1
-1
lines changed

spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/DbAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public String toString() {
178178
}
179179

180180
/**
181-
* Represents a delete statement for all entities that that a reachable via a give path from the aggregate root.
181+
* Represents a delete statement for all entities that are reachable via a given path from the aggregate root.
182182
*
183183
* @param <T> type of the entity for which this represents a database interaction.
184184
*/

0 commit comments

Comments
 (0)