Skip to content

Commit d3db032

Browse files
authored
Update README.md
1 parent 72e75f5 commit d3db032

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ public void assertStrictlyPositive (double value)
4545

4646
<h3>3. FormatUtils</h3>
4747

48+
This class contains methods used to format test or print with special format.
49+
4850
<b>Exemple :</b>
4951
```
5052
public String toFirstUpperCase (String string)
@@ -96,4 +98,4 @@ public T max (T[] array) // with ‹T extends Comparator‹T››
9698
public T max (T[] array, Comparator‹T› comparator)
9799
public T max (Collection‹T› collection) // with ‹T extends Comparator‹T››
98100
public T max (Collection‹T› collection, Comparator‹T› comparator)
99-
```
101+
```

0 commit comments

Comments
 (0)