Skip to content

Commit 3f4b2ef

Browse files
committed
fix two instances of the same typo
1 parent 1b1552d commit 3f4b2ef

File tree

1 file changed

+2
-2
lines changed
  • hibernate-core/src/main/java/org/hibernate/query/range

1 file changed

+2
-2
lines changed

hibernate-core/src/main/java/org/hibernate/query/range/Range.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
import java.util.List;
1414

1515
/**
16-
* Specifies an allowed set of range of values for a value being restricted.
16+
* Specifies an allowed set or range of values for a value being restricted.
1717
* <p>
1818
* A parameter of a {@linkplain org.hibernate.annotations.processing.Find
1919
* finder method} may be declared with type {@code Range<T>} where {@code T}
20-
* is the type of the matching field of property of the entity.
20+
* is the type of the matching field or property of the entity.
2121
*
2222
* @param <U> The type of the value being restricted
2323
*

0 commit comments

Comments
 (0)