Skip to content

Commit 0e33953

Browse files
committed
chore: minor docstring update
1 parent e6bfc3d commit 0e33953

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

datastore/memory_datastore.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ func (s *MemoryDataStore) WriteMetadata(bundle MetadataBundle, opts ...WriteMeta
6868
// key to s.<Store>.DeletedRemoteKeys via RemoteDelete and then removing the record
6969
// from s.<Store>.Records via Delete (tolerating the per-store NotFound sentinel).
7070
// The DeletedRemoteKeys append is what lets chained operations preserve delete intent
71-
// across intermediate Merges — persistence backends (JSON file, catalog) drive their
72-
// remote deletes off DeletedRemoteKeys, so a Merge that only removed records and left
73-
// DeletedRemoteKeys empty would silently drop the delete on every hop.
71+
// across intermediate Merges.
7472
//
7573
// NotFound on the Delete step is tolerated because the source's staged key may
7674
// legitimately not be present in the destination's Records (RemoteDelete is allowed

0 commit comments

Comments
 (0)