diff --git a/reference/mongodb/mongodb/driver/manager/executereadwritecommand.xml b/reference/mongodb/mongodb/driver/manager/executereadwritecommand.xml index 57980ef312..69efe7a1c8 100644 --- a/reference/mongodb/mongodb/driver/manager/executereadwritecommand.xml +++ b/reference/mongodb/mongodb/driver/manager/executereadwritecommand.xml @@ -21,7 +21,7 @@ This method will apply logic that is specific to commands that read and write (e.g. - findAndModify) + aggregate) and take the MongoDB server version into account. The "readConcern" and "writeConcern" options will default to the corresponding values from the diff --git a/reference/mongodb/mongodb/driver/server/executereadwritecommand.xml b/reference/mongodb/mongodb/driver/server/executereadwritecommand.xml index 6394cc72ff..16d3806937 100644 --- a/reference/mongodb/mongodb/driver/server/executereadwritecommand.xml +++ b/reference/mongodb/mongodb/driver/server/executereadwritecommand.xml @@ -21,7 +21,7 @@ This method will apply logic that is specific to commands that read and write (e.g. - findAndModify) + aggregate) and take the MongoDB server version into account. The "readConcern" and "writeConcern" options will default to the corresponding values from the