diff --git a/proposals/4186-simplified-sliding-sync.md b/proposals/4186-simplified-sliding-sync.md index e18acb663..997279856 100644 --- a/proposals/4186-simplified-sliding-sync.md +++ b/proposals/4186-simplified-sliding-sync.md @@ -243,7 +243,7 @@ The endpoint is a `POST` request with a JSON body to `/_matrix/client/unstable/o | - | - | - | - | | `timeline_limit` | `int` | Yes | The maximum number of timeline events to return per response. The server may cap this number. | | `required_state` | [RequiredStateRequest] | Yes | Required state for each room returned. | -| `ranges` | `[[int, int]]` | No | Sliding window ranges. If this field is missing, no sliding window is used and all rooms are returned in this list. Integers are *inclusive*. (This is a list of 2-tuples.) | +| `ranges` | `[[int, int]]` | No | Sliding window ranges. If this field is missing, no sliding window is used and all rooms are returned in this list. Integers are *inclusive*, and are 0-indexed. (This is a list of 2-tuples.) | | `filters` | `RoomFilter` | No | Filters to apply to the list before sorting. | ### `RoomSubscription`