#2851 Fix typo in readme

This commit is contained in:
Filip Hrisafov 2022-05-30 21:09:21 +02:00
parent a4162809a4
commit 9769f51756

View File

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