From 4d746999b8550aa1db2a9ae20a0dc68f55420c22 Mon Sep 17 00:00:00 2001 From: NoMathExpectation <85624722+NoMathExpectation@users.noreply.github.com> Date: Fri, 6 Mar 2026 23:15:15 +0800 Subject: [PATCH] Minor docs change. --- .../kotlin/cn/rdlevel/rdkt/core/events/NarrateRowInfoEvent.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/events/NarrateRowInfoEvent.kt b/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/events/NarrateRowInfoEvent.kt index 6c42425..a5d1c2f 100644 --- a/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/events/NarrateRowInfoEvent.kt +++ b/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/events/NarrateRowInfoEvent.kt @@ -12,7 +12,7 @@ import kotlin.jvm.JvmStatic * * @property infoType The type of information to narrate (e.g., Connect, Update, Disconnect). * @property soundOnly Whether to only play the narration sound without any additional information. - * @property skipsUnstable Whether the row being narrated has unstable row pattern that constantly changed. Will be ignored if [infoType] is [InfoType.DISCONNECT]. + * @property skipsUnstable Whether the row being narrated has unstable row pattern that constantly changed. Will be ignored if [infoType] is [InfoType.DISCONNECT] or the row is a oneshot row. * @property customPlayer The custom player for which the narration is intended. */ @Serializable