From a07fc123e15f5a9fe522ad5c1782ad3d3239b496 Mon Sep 17 00:00:00 2001 From: JFronny Date: Sat, 20 Jul 2024 17:36:07 +0200 Subject: [PATCH] docs(resource-pack-entry-widgets): better wording --- .../jfronny/libjf/entrywidgets/impl/EntrypointComparator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libjf-resource-pack-entry-widgets-v0/src/client/java/io/gitlab/jfronny/libjf/entrywidgets/impl/EntrypointComparator.java b/libjf-resource-pack-entry-widgets-v0/src/client/java/io/gitlab/jfronny/libjf/entrywidgets/impl/EntrypointComparator.java index 3abe2e0..15301d8 100644 --- a/libjf-resource-pack-entry-widgets-v0/src/client/java/io/gitlab/jfronny/libjf/entrywidgets/impl/EntrypointComparator.java +++ b/libjf-resource-pack-entry-widgets-v0/src/client/java/io/gitlab/jfronny/libjf/entrywidgets/impl/EntrypointComparator.java @@ -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> {