Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AyhamAl-Ali committed Oct 5, 2023
1 parent 63b281f commit a2be2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/util/Timespan.java
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ private static String toString(double amount, NonNullPair<Noun, Long> pair, int
/**
* Compare this Timespan with another
* @param time the Timespan to be compared.
* @return -1 if this Timespan is less than argument Timespan, 0 is equals and 1 if greater than
* @return -1 if this Timespan is less than argument Timespan, 0 if equals and 1 if greater than
*/
@Override
public int compareTo(@Nullable Timespan time) {
Expand Down

0 comments on commit a2be2b1

Please sign in to comment.