Skip to content

Commit f2cbe21

Browse files
committed
edits
1 parent 4e591ed commit f2cbe21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/crud.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CRUD Operations
1212
Query </crud/query-document>
1313
Compound Operations </crud/compound-operations>
1414
Transactions </crud/transactions>
15-
Operations on Replica Sets </connection/read-write-config>
15+
Operations on Replica Sets </crud/read-write-config>
1616
Builders </crud/builders>
1717
Aggregation </crud/aggregation>
1818
Aggregation Expressions </crud/aggregation-expression-operations>

source/crud/read-write-config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ instance to the constructor. The code configures the following settings:
8484
:end-before: end-client-settings
8585

8686
Alternatively, you can specify the read and write settings in the connection
87-
URI, which is passed as a parameter to the ``MongoClient`` constructor:
87+
URI, which is passed as a parameter to the ``MongoClients`` constructor:
8888

8989
.. literalinclude:: /includes/fundamentals/code-snippets/ReplicaSets.java
9090
:language: java

0 commit comments

Comments
 (0)