diff --git a/reference/mongo/mongowritebatch.xml b/reference/mongo/mongowritebatch.xml index 23c91b44ea..01b2b502ef 100644 --- a/reference/mongo/mongowritebatch.xml +++ b/reference/mongo/mongowritebatch.xml @@ -104,9 +104,11 @@
&reftitle.description; - When executing a batch, by calling MongoWriteBatch::execute, MongoWriteBatch will send over - maxWriteBatchSize (defaults to 1000) documents or - up to maxBsonObjectSize (defaults to 16777216 bytes), whichever comes first. + When executing a batch by calling + MongoWriteBatch::execute, MongoWriteBatch will send + up to maxWriteBatchSize (defaults to 1000) documents or + maxBsonObjectSize (defaults to 16777216 bytes), whichever + comes first. diff --git a/reference/mongo/mongowritebatch/add.xml b/reference/mongo/mongowritebatch/add.xml index 61da6b8c65..c19d6d3930 100644 --- a/reference/mongo/mongowritebatch/add.xml +++ b/reference/mongo/mongowritebatch/add.xml @@ -18,8 +18,7 @@ If $item causes the batch to exceed the - maxWriteBatchSize - or maxBsonObjectSize + maxWriteBatchSize or maxBsonObjectSize limits, the driver will internally split the batches into multiple write commands upon calling MongoWriteBatch::execute.