Skip to content

Commit 9ae3fcf

Browse files
authored
Align container annotation in README
1 parent ede2a9c commit 9ae3fcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mapstruct-kotlin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ println(personModel)
5454
As of Kotlin 1.1, repeated annotations are not supported (see [KT-12794](https://youtrack.jetbrains.com/issue/KT-12794)). You have to wrap the Mapping-Annotation in a Mappings-Annotation.
5555

5656
```kotlin
57-
@Mappings(
57+
@Mappings(
5858
Mapping(source = "majorVersion", target = "major"),
5959
Mapping(source = "minorVersion", target = "minor"),
6060
Mapping(source = "patchVersion", target = "patch"),

0 commit comments

Comments
 (0)