DATACMNS-1816 - Wording changes.

Replace potentially insensitive language with more neutral language.

Original pull request: #451.
This commit is contained in:
Jay Bryant
2020-06-25 14:40:54 -05:00
committed by Jens Schauder
parent 2546e1c517
commit eaa430f5a7

View File

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