Browse Source

Doc: add missing period

pull/3172/head
Benoit Marty 2 months ago
parent
commit
f73b480328
  1. 2
      appconfig/src/main/kotlin/io/element/android/appconfig/LockScreenConfig.kt

2
appconfig/src/main/kotlin/io/element/android/appconfig/LockScreenConfig.kt

@ -26,7 +26,7 @@ object LockScreenConfig { @@ -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. */

Loading…
Cancel
Save