Skip to content

Commit

Permalink
PR FIXUP - Expand crdt.Collection doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Nov 7, 2024
1 parent 414d0f1 commit 1ea2333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/core/crdt/collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ea2333

Please sign in to comment.