1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Ensure sentences end with a period

This commit is contained in:
Benoit Marty
2024-03-19 15:52:04 +01:00
committed by GitHub
parent 8f33490109
commit f0fba3170a

View File

@@ -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,
}