From 75c4f4f52ccdf1934ddbb4677e78f4623a1aa53b Mon Sep 17 00:00:00 2001 From: ganfra Date: Wed, 12 Jun 2024 11:37:07 +0200 Subject: [PATCH] Sending queue : fix typo in comment. --- .../io/element/android/libraries/matrix/api/MatrixClient.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/matrix/api/src/main/kotlin/io/element/android/libraries/matrix/api/MatrixClient.kt b/libraries/matrix/api/src/main/kotlin/io/element/android/libraries/matrix/api/MatrixClient.kt index 75bb5b91cd..6680726672 100644 --- a/libraries/matrix/api/src/main/kotlin/io/element/android/libraries/matrix/api/MatrixClient.kt +++ b/libraries/matrix/api/src/main/kotlin/io/element/android/libraries/matrix/api/MatrixClient.kt @@ -110,7 +110,7 @@ interface MatrixClient : Closeable { * Enables or disables the sending queue, according to the given parameter. * * The sending queue automatically disables itself whenever sending an - * event with it failed (e.g., sending an event via the Timeline, + * event with it failed (e.g. sending an event via the Timeline), * so it's required to manually re-enable it as soon as * connectivity is back on the device. */