Skip to content

Commit c6fdd1e

Browse files
committed
polish
1 parent be42866 commit c6fdd1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/verifier/change_stream.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ func (verifier *Verifier) iterateChangeStream(ctx context.Context, cs *mongo.Cha
120120
var changeStreamEnded bool
121121

122122
select {
123-
// if the context is cancelled return immmediately
123+
124+
// If the context is canceled, return immmediately.
124125
case <-ctx.Done():
125126
return
126127

0 commit comments

Comments
 (0)