From 1ea233301a3b888a6ed85598dab086a46c9cb6d5 Mon Sep 17 00:00:00 2001 From: Andrew Sisley Date: Thu, 7 Nov 2024 12:38:03 -0500 Subject: [PATCH] PR FIXUP - Expand crdt.Collection doc --- internal/core/crdt/collection.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/core/crdt/collection.go b/internal/core/crdt/collection.go index a75d0e3d9f..ff87b0c15f 100644 --- a/internal/core/crdt/collection.go +++ b/internal/core/crdt/collection.go @@ -19,7 +19,8 @@ import ( ) // Collection is a simple CRDT type that tracks changes to the contents of a -// collection in a similar way to a document composite commit. +// collection in a similar way to a document composite commit, only simpler, +// without the need to track status and a simpler [Merge] function. type Collection struct { store datastore.DSReaderWriter