Typo coresponding -> corresponding (#879)

This commit is contained in:
pierDipi 2019-07-29 20:22:56 +02:00 committed by Ilkka Seppälä
parent b497d41f61
commit 3454941dcd

View File

@ -30,7 +30,7 @@ import java.util.stream.Collectors;
/**
* Generic converter, thanks to Java8 features not only provides a way of generic bidirectional
* conversion between coresponding types, but also a common way of converting a collection of objects
* conversion between corresponding types, but also a common way of converting a collection of objects
* of the same type, reducing boilerplate code to the absolute minimum.
* @param <T> DTO representation's type
* @param <U> Domain representation's type