KDoc punctuation

This commit is contained in:
Valere 2024-03-27 11:31:12 +01:00
parent 4d04b276ff
commit 9ebc10f4c2
1 changed files with 1 additions and 1 deletions

View File

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