diff --git a/documentation/src/main/asciidoc/userguide/chapters/envers/Envers.adoc b/documentation/src/main/asciidoc/userguide/chapters/envers/Envers.adoc index 8dae11cfc7..5e230aa11a 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/envers/Envers.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/envers/Envers.adoc @@ -1422,7 +1422,7 @@ Currently, the salary table contains the following rows for a certain person X: |================== The salary for the current fiscal year (2010) is unknown. -The agency requires that all changes in registered salaries for a fiscal year are recorded (i.e. an audit trail). +The agency requires that all changes in registered salaries for a fiscal year are recorded (i.e., an audit trail). The rationale behind this is that decisions made at a certain date are based on the registered salary at that time. And at any time it must be possible reproduce the reason why a certain decision was made at a certain date. diff --git a/documentation/src/main/asciidoc/userguide/chapters/query/criteria/Criteria.adoc b/documentation/src/main/asciidoc/userguide/chapters/query/criteria/Criteria.adoc index 2f6c202094..62430ca0fb 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/query/criteria/Criteria.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/query/criteria/Criteria.adoc @@ -36,7 +36,7 @@ Each serves a different purpose depending on the expected type of the query resu [NOTE] ==== -The chapter 6 (e.g. Criteria API) of the JPA Specification already contains a decent amount of reference material pertaining to the various parts of a criteria query. +The chapter 6 (i.e., Criteria API) of the JPA Specification already contains a decent amount of reference material pertaining to the various parts of a criteria query. So rather than duplicate all that content here, let's instead look at some of the more widely anticipated usages of the API. ==== @@ -310,4 +310,4 @@ Then use the parameter reference to bind the parameter value to the `javax.persi ---- include::{sourcedir}/CriteriaTest.java[tags=criteria-group-by-example] ---- -==== \ No newline at end of file +====