Doc: add missing period

This commit is contained in:
Benoit Marty 2024-07-10 17:01:04 +02:00
parent eb8d7e2166
commit f73b480328

View file

@ -26,7 +26,7 @@ object LockScreenConfig {
/** Set of forbidden PIN codes. */
val FORBIDDEN_PIN_CODES: Set<String> = setOf("0000", "1234")
/** The size of the PIN */
/** The size of the PIN. */
const val PIN_SIZE: Int = 4
/** Number of attempts before the user is logged out. */