Skip to content

Commit

Permalink
Fix KDoc references
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Sep 2, 2024
1 parent 3efd971 commit 39fcfb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/src/commonMain/kotlin/entity/DiscordMessage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 39fcfb7

Please sign in to comment.