Update Envers.adoc

Fix "larger then" to "larger than"
This commit is contained in:
Yentl Projects 2024-10-17 11:08:47 +02:00 committed by Christian Beikov
parent dcab322b09
commit 82faa0fa74
1 changed files with 1 additions and 1 deletions

View File

@ -982,7 +982,7 @@ include::{example-dir-envers}/QueryAuditTest.java[tags=revisions-of-entity-query
The second additional feature you can use in queries for revisions is the ability to _maximize_/_minimize_ a property.
For example, if you want to select the smallest possible revision at which the value of the `createdOn`
attribute was larger then a given value,
attribute was larger than a given value,
you can run the following query:
[[revisions-of-entity-query-minimize-example]]