diff --git a/src/api/client/sync/v5.rs b/src/api/client/sync/v5.rs index be68d6e2..45eb23d5 100644 --- a/src/api/client/sync/v5.rs +++ b/src/api/client/sync/v5.rs @@ -172,7 +172,7 @@ pub(crate) async fn sync_events_v5_route( loop { debug_assert!( conn.globalsince <= conn.next_batch, - "next_batch should not be greater than since." + "since should not be greater than next_batch." ); let window;