Skip to content

Commit

Permalink
Doc: add missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Jul 10, 2024
1 parent eb8d7e2 commit f73b480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit f73b480

Please sign in to comment.