From eaa430f5a72f5a5d1d44c24e02ef657d7019ca4b Mon Sep 17 00:00:00 2001 From: Jay Bryant Date: Thu, 25 Jun 2020 14:40:54 -0500 Subject: [PATCH] DATACMNS-1816 - Wording changes. Replace potentially insensitive language with more neutral language. Original pull request: #451. --- src/main/asciidoc/query-by-example.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/query-by-example.adoc b/src/main/asciidoc/query-by-example.adoc index 5314b380e..068663712 100644 --- a/src/main/asciidoc/query-by-example.adoc +++ b/src/main/asciidoc/query-by-example.adoc @@ -72,7 +72,7 @@ Example 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`. The following listing shows an excerpt from the `QueryByExampleExecutor` interface: