0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-08-04 09:34:46 +02:00

Fix up comment

This commit is contained in:
Erik Johnston 2018-05-09 15:42:39 +01:00
parent 9896dab8f6
commit 7ce98804ff

View file

@ -368,7 +368,7 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore):
Returns:
Deferred[tuple[list[FrozenEvent], str]]: Returns a list of
events and a token pointint to the start of the returned
events and a token pointing to the start of the returned
events.
The events returned are in ascending order.
"""