KDoc punctuation

This commit is contained in:
Valere 2024-03-27 11:31:12 +01:00
parent 4d04b276ff
commit 9ebc10f4c2

View file

@ -89,7 +89,7 @@ class DecryptionFailureTracker @Inject constructor(
private var currentTicker: Job? = null
/**
* Start the tracker
* Start the tracker.
*
* @param scope The coroutine scope to use, exposed for tests. If null, it will use the default one
*/