Skip to content

Commit a2c3aa2

Browse files
committed
Tech feedback
1 parent d07de20 commit a2c3aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/fundamentals/code-examples/connection/ReplicaSetConnection.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// start-replica-set-connection-list
1414
using MongoDB.Driver;
1515

16-
// Sets the connection URI than includes the replica set name
16+
// Sets the connection URI than includes the list of hosts in the replica set
1717
const string connectionUri = "mongodb://host1:27017,host2:27017,host3:27017";
1818

1919
// Creates a new client and connects to the server

0 commit comments

Comments
 (0)