We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323e389 commit 58426f8Copy full SHA for 58426f8
core/readconcern/readconcern.go
@@ -46,7 +46,7 @@ func Available() *ReadConcern {
46
return New(Level("available"))
47
}
48
49
-// Only available for operations within multi-document transactions.
+// Snapshot is only available for operations within multi-document transactions.
50
func Snapshot() *ReadConcern {
51
return New(Level("snapshot"))
52
0 commit comments