Fix typo in RecipeChoice.ExactChoice docs

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2024-01-08 07:20:44 +11:00
parent 67405f33a9
commit 163900a963

View File

@@ -144,8 +144,8 @@ public interface RecipeChoice extends Predicate<ItemStack>, Cloneable {
} }
/** /**
* Represents a choice that will be valid only one of the stacks is exactly * Represents a choice that will be valid only if one of the stacks is
* matched (aside from stack size). * exactly matched (aside from stack size).
* <br> * <br>
* <b>Only valid for shaped recipes</b> * <b>Only valid for shaped recipes</b>
*/ */