Browse Source

DATACMNS-1684 - Fix grammar in reference documentation.

2.1.x
Mark Paluch 6 years ago
parent
commit
dc905e79dd
No known key found for this signature in database
GPG Key ID: 51A00FA751B91849
  1. 2
      src/main/asciidoc/query-by-example.adoc

2
src/main/asciidoc/query-by-example.adoc

@ -63,7 +63,7 @@ Example<Person> example = Example.of(person); <3> @@ -63,7 +63,7 @@ Example<Person> example = Example.of(person); <3>
<3> Create the `Example`.
====
Examples are ideally be executed with repositories. To do so, let your repository interface extend `QueryByExampleExecutor<T>`. The following listing shows an excerpt from the `QueryByExampleExecutor` interface:
Example queries can be executed by using repositories. To do so, let your repository interface extend `QueryByExampleExecutor<T>`. The following listing shows an excerpt from the `QueryByExampleExecutor` interface:
.The `QueryByExampleExecutor`
====

Loading…
Cancel
Save