From b125516c6e0dba0e145e9bd5b8a9f9d83d1e3d53 Mon Sep 17 00:00:00 2001 From: md_5 Date: Mon, 8 Jan 2024 07:20:44 +1100 Subject: [PATCH] Fix typo in RecipeChoice.ExactChoice docs --- src/main/java/org/bukkit/inventory/RecipeChoice.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/bukkit/inventory/RecipeChoice.java b/src/main/java/org/bukkit/inventory/RecipeChoice.java index 90208bc9..6734bc9d 100644 --- a/src/main/java/org/bukkit/inventory/RecipeChoice.java +++ b/src/main/java/org/bukkit/inventory/RecipeChoice.java @@ -144,8 +144,8 @@ public interface RecipeChoice extends Predicate, Cloneable { } /** - * Represents a choice that will be valid only one of the stacks is exactly - * matched (aside from stack size). + * Represents a choice that will be valid only if one of the stacks is + * exactly matched (aside from stack size). *
* Only valid for shaped recipes */