mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
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
Block a user