From 82faa0fa744b5270008d8032606794b5919a8d3b Mon Sep 17 00:00:00 2001 From: Yentl Projects <54561187+yentlprojects@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:08:47 +0200 Subject: [PATCH] Update Envers.adoc Fix "larger then" to "larger than" --- .../src/main/asciidoc/userguide/chapters/envers/Envers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/userguide/chapters/envers/Envers.adoc b/documentation/src/main/asciidoc/userguide/chapters/envers/Envers.adoc index f1c6066383..ca4eedcae7 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/envers/Envers.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/envers/Envers.adoc @@ -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]]