Skip to content

Commit a517f8e

Browse files
DeseaoDivjot Arora
authored andcommitted
Fix typo in SetWriteConcern client option documentation (#283)
1 parent 9f4dd98 commit a517f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/options/clientoptions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ func (c *ClientOptions) SetTLSConfig(cfg *tls.Config) *ClientOptions {
589589
return c
590590
}
591591

592-
// SetWriteConcern specifies the write concern to use to for write operations. This can also be se through the following
592+
// SetWriteConcern specifies the write concern to use to for write operations. This can also be set through the following
593593
// URI options:
594594
//
595595
// 1. "w": Specify the number of nodes in the cluster that must acknowledge write operations before the operation

0 commit comments

Comments
 (0)