From f73b48032899abd639b7f869f370abc04e076faf Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 10 Jul 2024 17:01:04 +0200 Subject: [PATCH] Doc: add missing period --- .../kotlin/io/element/android/appconfig/LockScreenConfig.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appconfig/src/main/kotlin/io/element/android/appconfig/LockScreenConfig.kt b/appconfig/src/main/kotlin/io/element/android/appconfig/LockScreenConfig.kt index 8e9b7b653c..0cfe2bd7a5 100644 --- a/appconfig/src/main/kotlin/io/element/android/appconfig/LockScreenConfig.kt +++ b/appconfig/src/main/kotlin/io/element/android/appconfig/LockScreenConfig.kt @@ -26,7 +26,7 @@ object LockScreenConfig { /** Set of forbidden PIN codes. */ val FORBIDDEN_PIN_CODES: Set = 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. */