Even more normalize credit comments

This commit is contained in:
ronancpl
2019-06-17 22:55:02 -03:00
parent 7be66bb39d
commit 78c660d5c0
160 changed files with 205 additions and 198 deletions

View File

@@ -67,7 +67,7 @@ public class Pair<E, F> {
/**
* Turns the pair into a string.
*
* @return Each value of the pair as a string joined by a colon.
* @return Each value of the pair as a string joined with a colon.
*/
@Override
public String toString() {