From d676be15ce30c20e957475840befec1c4734442f Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 6 Dec 2021 13:46:27 +0000 Subject: [PATCH] Grammar --- eco-api/src/main/java/com/willfp/eco/core/items/Items.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0470e16b..df28b864 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 @@ -84,7 +84,7 @@ public final class Items { /** * This is the backbone of the entire eco item system. *

- * You can lookup a TestableItem for any material, custom item, + * You can look up a TestableItem for any material, custom item, * or item in general, and it will return it with any modifiers * passed as parameters. This includes stack size (item amount) * and enchantments that should be present on the item.