Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
onacit committed Apr 27, 2024
1 parent 5007568 commit c450686
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ default SELF isValid() {
SELF isNotValid();

/**
* Verified that no constraint violations populated while validating all constraints placed on the property of
* Verifies that no constraint violations populated while validating all constraints placed on the property of
* specified name of the {@code actual} value, while accepts the set of constraint violations which may be empty to
* specified consumer.
*
Expand All @@ -122,7 +122,7 @@ default SELF isValid() {
SELF hasValidProperty(final String propertyName, final Consumer<? super Set<ConstraintViolation<ACTUAL>>> consumer);

/**
* Verified that no constraint violations populated while validating all constraints placed on the property of
* Verifies that no constraint violations populated while validating all constraints placed on the property of
* specified name of the {@code actual} value.
* <p>
* {@snippet lang = "java" id = "example":
Expand Down Expand Up @@ -163,7 +163,7 @@ default SELF hasValidProperty(final String propertyName) {
}

/**
* Verified that any constraint violation populated while validating all constraints placed on the property of
* Verifies that any constraint violation populated while validating all constraints placed on the property of
* specified name of the {@code actual} value.
* <p>
* {@snippet lang = "java" id = "example":
Expand Down

0 comments on commit c450686

Please sign in to comment.