Skip to content

Commit

Permalink
Fix KDoc (I know I should not edit this, but its fine)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Dec 21, 2023
1 parent d610f75 commit 03966f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ data class PollCreation(

enum class Action {
/**
* Newly created poll
* Newly created poll.
*/
Create,

/**
* Edit of an existing poll
* Edit of an existing poll.
*/
Edit,
}
Expand Down

0 comments on commit 03966f1

Please sign in to comment.