From ebb90d32bb9e8b01cdbcba90d9eec93697fd893d Mon Sep 17 00:00:00 2001 From: Simon-Pierre Vivier Date: Wed, 22 Jan 2025 10:12:36 -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 ceaeade..53c5750 100644 --- a/standards/core/sync.md +++ b/standards/core/sync.md @@ -68,7 +68,7 @@ Every _range_ MUST have one of the following types; _fingerprint_, _skip_ or _it - _Fingerprint_ type contains a _fingerprint_. - _Skip_ type contains nothing and is used to signal already processed _ranges_. -- _Item set_ type contains message _Ids_ and a _resolved_ boolean. +- _Item set_ type contains message _IDs_ and a _resolved_ boolean. > _Item sets_ are an optimization, sending multiple _IDs_ instead of recursing further reduce the number of round-trips.