From 4d2414847b424352e9ceb8ebac84b2a529dedbe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Mikul=C3=A1=C5=A1ek?= Date: Fri, 6 Dec 2024 17:08:06 +0100 Subject: [PATCH] fix: typo in kdoc --- src/commonMain/kotlin/message/Token.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commonMain/kotlin/message/Token.kt b/src/commonMain/kotlin/message/Token.kt index 790d60a..cf13ab3 100644 --- a/src/commonMain/kotlin/message/Token.kt +++ b/src/commonMain/kotlin/message/Token.kt @@ -8,7 +8,7 @@ import kotlinx.serialization.Serializable /** * Represents Loxone authentication token. * - * @roperty[token] The actual token value. May be null in case of response to refresh token or `authwithtoken` + * @property[token] The actual token value. May be null in case of response to refresh token or `authwithtoken` * @property[key] The token key value. May be null in case of response to refresh token or authwithtoken. * @property[validUntil] Seconds since loxone epoch (1.1.2009) to which the token is valid. * @property[rights]