docs(resource-pack-entry-widgets): better wording
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline was successful

This commit is contained in:
Johannes Frohnmeyer 2024-07-20 17:36:07 +02:00
parent 4e87ddf84f
commit a07fc123e1
Signed by: Johannes
GPG Key ID: E76429612C2929F4

View File

@ -7,7 +7,7 @@ import java.util.Comparator;
import java.util.function.Function;
/**
* Shuffles the entrypoints in the resource pack entry widget.
* Shuffles the order of widgets.
* Although the order is (intentionally) not guaranteed, it is consistent.
*/
public class EntrypointComparator implements Comparator<EntrypointContainer<ResourcePackEntryWidget>> {