Skip to content

Commit

Permalink
GODRIVER-547: Resync read write concern tests to add new read concern…
Browse files Browse the repository at this point in the history
… levels
  • Loading branch information
igorKryvenko committed Sep 17, 2018
1 parent 323e389 commit 58426f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/readconcern/readconcern.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func Available() *ReadConcern {
return New(Level("available"))
}

// Only available for operations within multi-document transactions.
// Snapshot is only available for operations within multi-document transactions.
func Snapshot() *ReadConcern {
return New(Level("snapshot"))
}
Expand Down

0 comments on commit 58426f8

Please sign in to comment.