DATACMNS-1374 - Polishing.

Fix typo and complete the sentence.
This commit is contained in:
Mark Paluch
2018-09-18 13:51:21 +02:00
parent d8307f39b2
commit a31ac40c03

View File

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