From cc36c9849b7d596f1f86460aa054b3cfc6cf5f91 Mon Sep 17 00:00:00 2001 From: Luca Kellermann Date: Sat, 14 Sep 2024 06:54:24 +0200 Subject: [PATCH] chore(core): consistent use of "an SKU" --- core/src/commonMain/kotlin/entity/component/ButtonComponent.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/commonMain/kotlin/entity/component/ButtonComponent.kt b/core/src/commonMain/kotlin/entity/component/ButtonComponent.kt index 1dff01b609e..54f63818b27 100644 --- a/core/src/commonMain/kotlin/entity/component/ButtonComponent.kt +++ b/core/src/commonMain/kotlin/entity/component/ButtonComponent.kt @@ -24,7 +24,7 @@ public class ButtonComponent(override val data: ChatComponentData) : Component { /** * The style of this button, [ButtonStyle.Link] buttons will always have a [url], [ButtonStyle.Premium] buttons will - * always have a [skuId]. + * always have an [skuId]. */ public val style: ButtonStyle get() = data.style.value!!