Skip to content

Commit

Permalink
[master] Fix typo within WriteConcern docs (#1579) (#1582)
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Ilijic <boris.ilijic@gmail.com>
  • Loading branch information
blink1073 and boris-ilijic committed Apr 17, 2024
1 parent 4923774 commit 3e924e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo/writeconcern/writeconcern.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var ErrNegativeW = errors.New("write concern `w` field cannot be a negative numb
// Deprecated: ErrNegativeWTimeout will be removed in Go Driver 2.0.
var ErrNegativeWTimeout = errors.New("write concern `wtimeout` field cannot be negative")

// A WriteConcern defines a MongoDB read concern, which describes the level of acknowledgment
// A WriteConcern defines a MongoDB write concern, which describes the level of acknowledgment
// requested from MongoDB for write operations to a standalone mongod, to replica sets, or to
// sharded clusters.
//
Expand Down

0 comments on commit 3e924e6

Please sign in to comment.