From 8bbd3b9365efba2faee4912e766c0c3cf05daa15 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 30 Aug 2020 15:15:49 -0400 Subject: [PATCH] itemstats: correct typo in Better (Some capped) description --- .../net/runelite/client/plugins/itemstats/ItemStatConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/itemstats/ItemStatConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/itemstats/ItemStatConfig.java index 8eaf997053..5d62df7abb 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/itemstats/ItemStatConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/itemstats/ItemStatConfig.java @@ -136,7 +136,7 @@ public interface ItemStatConfig extends Config @ConfigItem( keyName = "colorBetterSomecapped", name = "Better (Some capped)", - description = "Color to show when some stat changes are capped, but some ar not", + description = "Color to show when some stat changes are capped, but some are not", position = 11 ) default Color colorBetterSomeCapped()