diff --git a/specification/10_client_server_api.rst b/specification/10_client_server_api.rst index 5129af16..16883852 100644 --- a/specification/10_client_server_api.rst +++ b/specification/10_client_server_api.rst @@ -148,7 +148,7 @@ Similarly, to paginate events backwards in order to lazy-load in previous history from the room, you simply GET $PREFIX/rooms//messages specifying the ``from`` token to paginate backwards from and a limit of the number of messages to retrieve. For instance, calling this API with a ``from`` parameter -of '1-2-3' and a limit of 5 would return: +of '1-2-3' and a limit of 5 would return:: [E0]->[E1]->[E2]->[E3]->[E4]->[E5]->[E6]->[E7]->[E8]->[E9]->[E10] ^ ^