Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Aug 11, 2016
1 parent 8aa5183 commit ced7bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mezz/jei/api/ISubtypeRegistry.java
Expand Up @@ -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.
Expand Down

0 comments on commit ced7bee

Please sign in to comment.