DATACMNS-1684 - Fix grammar in reference documentation.

This commit is contained in:
Mark Paluch
2020-03-17 10:05:22 +01:00
parent 54d9f01619
commit ecab3bc5a9

View File

@@ -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`
====