Skip to content

Commit 3454941

Browse files
pierDipiiluwatar
authored andcommitted
Typo coresponding -> corresponding (iluwatar#879)
1 parent b497d41 commit 3454941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

converter/src/main/java/com/iluwatar/converter/Converter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
/**
3232
* Generic converter, thanks to Java8 features not only provides a way of generic bidirectional
33-
* conversion between coresponding types, but also a common way of converting a collection of objects
33+
* conversion between corresponding types, but also a common way of converting a collection of objects
3434
* of the same type, reducing boilerplate code to the absolute minimum.
3535
* @param <T> DTO representation's type
3636
* @param <U> Domain representation's type

0 commit comments

Comments
 (0)