Skip to content

Commit

Permalink
fix: typo in kdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jimirocks committed Dec 6, 2024
1 parent 1e13539 commit 4d24148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commonMain/kotlin/message/Token.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4d24148

Please sign in to comment.