Fix KDoc (I know I should not edit this, but its fine)
This commit is contained in:
parent
d610f75f1b
commit
03966f1c13
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue