Sending queue : fix typo in comment.

This commit is contained in:
ganfra 2024-06-12 11:37:07 +02:00
parent 2ce02c564a
commit 75c4f4f52c

View file

@ -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.
*/