Skip to content

Commit 82faa0f

Browse files
yentlprojectsbeikov
authored andcommitted
Update Envers.adoc
Fix "larger then" to "larger than"
1 parent dcab322 commit 82faa0f

File tree

1 file changed

+1
-1
lines changed
  • documentation/src/main/asciidoc/userguide/chapters/envers

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/userguide/chapters/envers/Envers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ include::{example-dir-envers}/QueryAuditTest.java[tags=revisions-of-entity-query
982982
The second additional feature you can use in queries for revisions is the ability to _maximize_/_minimize_ a property.
983983

984984
For example, if you want to select the smallest possible revision at which the value of the `createdOn`
985-
attribute was larger then a given value,
985+
attribute was larger than a given value,
986986
you can run the following query:
987987

988988
[[revisions-of-entity-query-minimize-example]]

0 commit comments

Comments
 (0)