summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/event_index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/event_index.rst b/docs/event_index.rst
index 07a4fbd0..28a41108 100644
--- a/docs/event_index.rst
+++ b/docs/event_index.rst
@@ -259,8 +259,8 @@ Event Index
Signal that a connection to the XMPP server has been lost and the current
stream session has ended. Currently equivalent to :term:`disconnected`, but
- future implementation of `XEP-0198: Stream Management <http://xmpp.org/extensions/xep-0198.html>`_
- will distinguish the two events.
+ implementations of `XEP-0198: Stream Management <http://xmpp.org/extensions/xep-0198.html>`_
+ distinguish between the two events.
Plugins that maintain session-based state should clear themselves when
this event is fired.