Fix KDoc (I know I should not edit this, but its fine)

This commit is contained in:
Benoit Marty 2023-12-21 09:38:03 +01:00
parent d610f75f1b
commit 03966f1c13

View File

@ -41,12 +41,12 @@ data class PollCreation(
enum class Action { enum class Action {
/** /**
* Newly created poll * Newly created poll.
*/ */
Create, Create,
/** /**
* Edit of an existing poll * Edit of an existing poll.
*/ */
Edit, Edit,
} }