From 9ebc10f4c2b39a441690d215aec83510110da04a Mon Sep 17 00:00:00 2001 From: Valere Date: Wed, 27 Mar 2024 11:31:12 +0100 Subject: [PATCH] KDoc punctuation --- .../vector/app/features/analytics/DecryptionFailureTracker.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/main/java/im/vector/app/features/analytics/DecryptionFailureTracker.kt b/vector/src/main/java/im/vector/app/features/analytics/DecryptionFailureTracker.kt index f96d8a8262..613daf3ded 100644 --- a/vector/src/main/java/im/vector/app/features/analytics/DecryptionFailureTracker.kt +++ b/vector/src/main/java/im/vector/app/features/analytics/DecryptionFailureTracker.kt @@ -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 */