diff --git a/paper-api/src/main/java/org/bukkit/event/inventory/InventoryType.java b/paper-api/src/main/java/org/bukkit/event/inventory/InventoryType.java
index a0a5c21a3c..23bea34240 100644
--- a/paper-api/src/main/java/org/bukkit/event/inventory/InventoryType.java
+++ b/paper-api/src/main/java/org/bukkit/event/inventory/InventoryType.java
@@ -11,7 +11,8 @@ import org.jetbrains.annotations.NotNull;
* The current list of inventories that cannot be created via
* {@link org.bukkit.Bukkit#createInventory} are:
*
- * {@link InventoryType#CREATIVE} and {@link InventoryType#CRAFTING} + * {@link InventoryType#CREATIVE}, {@link InventoryType#CRAFTING} and + * {@link InventoryType#MERCHANT} ** * See {@link org.bukkit.Bukkit#createInventory} for more information. @@ -104,7 +105,7 @@ public enum InventoryType { /** * A lectern inventory, with 1 BOOK slot. */ - LECTERN(1, "Lectern", false), + LECTERN(1, "Lectern"), /** * A smoker inventory, with a RESULT slot, a CRAFTING slot, and a FUEL slot. */