Skip to content

Commit 84b6df6

Browse files
committed
Update change_stream.go
1 parent 59effc4 commit 84b6df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/verifier/change_stream.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const (
3939
metadataChangeStreamCollectionName = "changeStream"
4040
)
4141

42-
// ChangeEventRecheckBuffer buffers change events recheck docs in memory as a map of namespace -> _ids.
42+
// ChangeEventRecheckBuffer buffers change events recheck docs in memory as a map of namespace -> doc keys.
4343
type ChangeEventRecheckBuffer map[string][]interface{}
4444

4545
type UnknownEventError struct {

0 commit comments

Comments
 (0)