diff --git a/01.md b/01.md index a59d070..a38ac1d 100644 --- a/01.md +++ b/01.md @@ -146,7 +146,7 @@ To open and update, and close subscriptions, Clients MUST use the following form ..., "since": , "until": , - "limit": + "limit": } ``` @@ -160,7 +160,7 @@ The `ids`, `authors`, `#e`, and `#p` filter lists MUST contain exact 64-characte The `since` and `until` attributes are used to specify the time range of events returned in the subscription. An event matches the filter if `since <= created_at <= until` holds. -The `limit` attribute informs the maximum number of events to return, sorted by `.created_at` desc. It operates over the previously stored events and is ignored afterward. +The `limit` attribute informs the maximum number of events to return, sorted by `.created_at` from newest to oldest. It operates over the previously stored events and is ignored afterward. ### Subscription Responses