From ced7bee7835d28910c217506e7e0a93694c9faae Mon Sep 17 00:00:00 2001 From: mezz Date: Thu, 11 Aug 2016 00:30:04 -0700 Subject: [PATCH] Fix documentation typo --- src/main/java/mezz/jei/api/ISubtypeRegistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/mezz/jei/api/ISubtypeRegistry.java b/src/main/java/mezz/jei/api/ISubtypeRegistry.java index 3b5bc0b45..3629a25ce 100644 --- a/src/main/java/mezz/jei/api/ISubtypeRegistry.java +++ b/src/main/java/mezz/jei/api/ISubtypeRegistry.java @@ -10,7 +10,7 @@ * Tell JEI how to interpret NBT tags and capabilities when comparing and looking up items. * * Some items have subtypes, most of them use meta values for this and JEI handles them by default. - * If your item has subtypes that depend on NBT or capabilities instead or meta, use this interface so JEI can tell those subtypes apart. + * If your item has subtypes that depend on NBT or capabilities instead of meta, use this interface so JEI can tell those subtypes apart. * * Note: JEI has built-in support for differentiating items that implement {@link net.minecraftforge.fluids.capability.CapabilityFluidHandler}, * adding a subtype interpreter here will override that functionality.