From 163900a9632701863900ca480212eafb55871cc9 Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Mon, 8 Jan 2024 07:20:44 +1100 Subject: [PATCH] Fix typo in RecipeChoice.ExactChoice docs By: md_5 --- .../src/main/java/org/bukkit/inventory/RecipeChoice.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper-api/src/main/java/org/bukkit/inventory/RecipeChoice.java b/paper-api/src/main/java/org/bukkit/inventory/RecipeChoice.java index 90208bc960..6734bc9d7a 100644 --- a/paper-api/src/main/java/org/bukkit/inventory/RecipeChoice.java +++ b/paper-api/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 */