Fix typo in changelog

This commit is contained in:
Filip Hrisafov 2024-07-20 17:20:31 +02:00
parent 5ce9c537e9
commit bbb9bb403c

View File

@ -47,7 +47,7 @@ public interface OrderMapper {
}
```
Them MapStruct would generate
Then MapStruct would generate
```java
public class OrderMapperImpl implements OrderMapper {