Skip to content

Commit 58426f8

Browse files
committed
GODRIVER-547: Resync read write concern tests to add new read concern levels
1 parent 323e389 commit 58426f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/readconcern/readconcern.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func Available() *ReadConcern {
4646
return New(Level("available"))
4747
}
4848

49-
// Only available for operations within multi-document transactions.
49+
// Snapshot is only available for operations within multi-document transactions.
5050
func Snapshot() *ReadConcern {
5151
return New(Level("snapshot"))
5252
}

0 commit comments

Comments
 (0)