From da79ddb1bd9bae08ab2f8c4ff8d0683e598f7e7a Mon Sep 17 00:00:00 2001 From: Simon-Pierre Vivier Date: Wed, 22 Jan 2025 09:44:40 -0500 Subject: [PATCH] Update standards/core/sync.md Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com> --- standards/core/sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/core/sync.md b/standards/core/sync.md index b428d82..3fb7465 100644 --- a/standards/core/sync.md +++ b/standards/core/sync.md @@ -55,7 +55,7 @@ disambiguated based on the hash lexical order in cases where the timestamp is the same. #### Range Bounds -A _range_ MUST consists of 2 _IDs_, the first bound is +A _range_ MUST consist of two _IDs_, the first bound is inclusive the second bound exclusive. The first bound MUST be strictly smaller than the second one.