From 16848caec1e1a5a7a814951604264a293a352e3c Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 6 Dec 2021 13:08:45 +0000 Subject: [PATCH] Fixed grammar errors --- eco-api/src/main/java/com/willfp/eco/core/items/Items.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eco-api/src/main/java/com/willfp/eco/core/items/Items.java b/eco-api/src/main/java/com/willfp/eco/core/items/Items.java index a904c364..0470e16b 100644 --- a/eco-api/src/main/java/com/willfp/eco/core/items/Items.java +++ b/eco-api/src/main/java/com/willfp/eco/core/items/Items.java @@ -94,8 +94,8 @@ public final class Items { *

* The advantages of the testable item system are that there is the inbuilt * {@link TestableItem#matches(ItemStack)} - this allows to check if any item - * is that testable item; which may sound negligible but actually it allows for - * much more power an flexibility. For example, you can have an item with an + * is that testable item; which may sound negligible, but actually it allows for + * much more power and flexibility. For example, you can have an item with an * extra metadata tag, extra lore lines, different display name - and it * will still work as long as the test passes. This is very important * for custom crafting recipes where other plugins may add metadata