Skip to content

Commit 03966f1

Browse files
committed
Fix KDoc (I know I should not edit this, but its fine)
1 parent d610f75 commit 03966f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vector/src/main/java/im/vector/app/features/analytics/plan/PollCreation.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ data class PollCreation(
4141

4242
enum class Action {
4343
/**
44-
* Newly created poll
44+
* Newly created poll.
4545
*/
4646
Create,
4747

4848
/**
49-
* Edit of an existing poll
49+
* Edit of an existing poll.
5050
*/
5151
Edit,
5252
}

0 commit comments

Comments
 (0)