Skip to content

Fix typo in doc to correct source class name in example description - #4113

Open
hd-agarwal wants to merge 1 commit into
mapstruct:mainfrom
hd-agarwal:main
Open

Fix typo in doc to correct source class name in example description#4113
hd-agarwal wants to merge 1 commit into
mapstruct:mainfrom
hd-agarwal:main

Conversation

@hd-agarwal

Copy link
Copy Markdown

In the given example, we are trying to copy all the properties from CustomerDto.record and CustomerDto.account into the target Customer.
The first line in the explanation correctly signifies this

The generated code will map every property from CustomerDto.record to Customer directly, without need to manually name any of them.

However, the second line incoherently mentions Customer.account instead of CustomerDto.account

The same goes for Customer.account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant