Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Update placeholder name to reflect its position instead of the content that is being added by using modules.

Closes #2382
  • Loading branch information
mp911de committed Jun 17, 2021
1 parent 1d9fc49 commit f123d5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/asciidoc/repository-projections.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface PersonRepository extends Repository<Person, UUID> {
====

Now imagine that we want to retrieve the person's name attributes only.
What means does Spring Data offer to achieve this?The rest of this chapter answers that question.
What means does Spring Data offer to achieve this? The rest of this chapter answers that question.

[[projections.interfaces]]
== Interface-based Projections
Expand Down Expand Up @@ -276,8 +276,8 @@ Fields are `private final` by default, and the class exposes a constructor that
====

ifdef::repository-projections-dto-limitations-file[]
include::{repository-projections-dto-limitations-file}[]
ifdef::repository-projections-trailing-dto-fragment[]
include::{repository-projections-trailing-dto-fragment}[]
endif::[]

[[projection.dynamic]]
Expand Down

0 comments on commit f123d5f

Please sign in to comment.