diff --git a/paper-api/src/main/java/org/bukkit/inventory/CartographyInventory.java b/paper-api/src/main/java/org/bukkit/inventory/CartographyInventory.java index d040ecea3a..925cfc8e69 100644 --- a/paper-api/src/main/java/org/bukkit/inventory/CartographyInventory.java +++ b/paper-api/src/main/java/org/bukkit/inventory/CartographyInventory.java @@ -6,7 +6,7 @@ package org.bukkit.inventory; public interface CartographyInventory extends Inventory { // Paper begin - add getResult/setResult to CartographyInventory /** - * Check what item is in the result slot of this smithing table. + * Check what item is in the result slot of this cartography table. * * @return the result item */ @@ -16,7 +16,7 @@ public interface CartographyInventory extends Inventory { } /** - * Set the item in the result slot of the smithing table + * Set the item in the result slot of the cartography table * * @param newResult the new result item */