[ci skip] Typo in CartographyInventory (#12777)

This commit is contained in:
Newwind 2025-07-01 03:17:27 +01:00 committed by GitHub
parent 5661fbbab9
commit 51d28af8fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ package org.bukkit.inventory;
public interface CartographyInventory extends Inventory { public interface CartographyInventory extends Inventory {
// Paper begin - add getResult/setResult to CartographyInventory // 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 * @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 * @param newResult the new result item
*/ */