From a31ac40c035ac5a61eb24257ac17d713267b4566 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 18 Sep 2018 13:51:21 +0200 Subject: [PATCH] DATACMNS-1374 - Polishing. Fix typo and complete the sentence. --- src/main/asciidoc/object-mapping.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/object-mapping.adoc b/src/main/asciidoc/object-mapping.adoc index ceb2cac9b..8c93f84cb 100644 --- a/src/main/asciidoc/object-mapping.adoc +++ b/src/main/asciidoc/object-mapping.adoc @@ -149,7 +149,7 @@ For the domain class to be eligible for such optimization, it needs to adhere to By default, Spring Data attempts to use generated property accessors and falls back to reflection-based ones if a limitation is detected. **** -Let's have a look a +Let's have a look at the following entity: .A sample entity ====