9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-19 15:09:19 +00:00

docs(HMCCosmeticsAPI): lowercase "ID"

This commit is contained in:
Craftinators
2025-01-22 00:40:52 -05:00
parent 446e629474
commit e96d06892a

View File

@@ -139,7 +139,7 @@ public final class HMCCosmeticsAPI {
* </p>
*
* @param id the id for the cosmetic slot
* @return the {@link CosmeticSlot} associated with the given ID
* @return the {@link CosmeticSlot} associated with the given id
*/
public static @NotNull CosmeticSlot registerCosmeticSlot(@NotNull String id) {
return CosmeticSlot.register(id);