From 39fcfb71111b496dd4377f142f73fbab52740c87 Mon Sep 17 00:00:00 2001 From: Luca Kellermann Date: Tue, 3 Sep 2024 00:31:02 +0200 Subject: [PATCH] Fix KDoc references --- common/src/commonMain/kotlin/entity/DiscordMessage.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/commonMain/kotlin/entity/DiscordMessage.kt b/common/src/commonMain/kotlin/entity/DiscordMessage.kt index 1cbdfed9b9f..b859e7f522c 100644 --- a/common/src/commonMain/kotlin/entity/DiscordMessage.kt +++ b/common/src/commonMain/kotlin/entity/DiscordMessage.kt @@ -764,9 +764,9 @@ public data class DiscordPoll( * * To compensate for this, after a poll is finished there is a background job which performs a final, * accurate tally of votes. - * This tally has concluded once [dev.kord.common.entity.Poll.Results.isFinalized] is `true`. + * This tally has concluded once [dev.kord.common.entity.DiscordPoll.Results.isFinalized] is `true`. * - * If [dev.kord.common.entity.Poll.Results.answerCounts] does not contain an entry for a particular answer, + * If [dev.kord.common.entity.DiscordPoll.Results.answerCounts] does not contain an entry for a particular answer, * then there are no votes for that answer. * * @property id the [Answer.answerId]