Skip to content

Commit

Permalink
Change "explicit order" to "sort order" for clarity
Browse files Browse the repository at this point in the history
Co-authored-by: Fusezion <fusezionstream@gmail.com>
  • Loading branch information
TenFont and Fusezion authored Aug 23, 2024
1 parent aa38d8a commit ae11d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/effects/EffSort.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"sort {_words::*} in descending order by length of input # longest to shortest",
"sort {_words::*} based on {tastiness::%input%} # sort based on custom value"
})
@Since("2.9.0, INSERT VERSION (explicit order)")
@Since("2.9.0, INSERT VERSION (sort order)")
@Keywords("input")
public class EffSort extends Effect implements InputSource {

Expand Down

0 comments on commit ae11d23

Please sign in to comment.