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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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