mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#2851 Fix typo in readme
This commit is contained in:
parent
a4162809a4
commit
9769f51756
@ -34,7 +34,7 @@ Compared to mapping frameworks working at runtime, MapStruct offers the followin
|
||||
* mappings are incorrect (cannot find a proper mapping method or type conversion)
|
||||
* **Easily debuggable mapping code** (or editable by hand—e.g. in case of a bug in the generator)
|
||||
|
||||
To create a mapping between two types, declare a mapper class like this:
|
||||
To create a mapping between two types, declare a mapper interface like this:
|
||||
|
||||
```java
|
||||
@Mapper
|
||||
|
Loading…
x
Reference in New Issue
Block a user