Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 <T> type of the entity for which this represents a database interaction.
*/
Expand Down Expand Up @@ -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 <T> type of the entity for which this represents a database interaction.
Expand Down