Skip to content

Commit

Permalink
Fix typo within WriteConcern docs (mongodb#1579)
Browse files Browse the repository at this point in the history
(cherry picked from commit d41a7cc)
  • Loading branch information
boris-ilijic authored and blink1073 committed Mar 15, 2024
1 parent 7c64fa0 commit 12a8681
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 @@ -43,7 +43,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 12a8681

Please sign in to comment.