Skip to content

Commit 3196223

Browse files
sebampuerohyperdefined
authored andcommitted
docs: javadoc fix
1 parent 02d5d1c commit 3196223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/lol/hyper/toolstats/tools/NumberFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public String formatDate(Date date) {
141141

142142
/**
143143
* Returns a human readable form of time in milliseconds.
144-
* E.g. given 3752348000L outputs 1 years, 5 months, 2 weeks, 3 days, 14 hours, 12 minutes, 28 seconds.
144+
* E.g. given 3752348000L outputs 1 years, 5 months, 3 days, 14 hours, 12 minutes, 28 seconds.
145145
* @param time The time in ms.
146146
* @return Map with units as keys and time value, e.g. "years" (key) -> 1 (value)
147147
*/

0 commit comments

Comments
 (0)