From a5492acb760d98434201253c9b5522dab074130a Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Fri, 7 Nov 2014 19:47:27 +0000 Subject: [PATCH] Fix descriptions of MongoWriteBatch methods git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335168 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongowritebatch/construct.xml | 2 +- reference/mongo/mongowritebatch/execute.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/mongo/mongowritebatch/construct.xml b/reference/mongo/mongowritebatch/construct.xml index 907b663523..bfbe1bf877 100644 --- a/reference/mongo/mongowritebatch/construct.xml +++ b/reference/mongo/mongowritebatch/construct.xml @@ -4,7 +4,7 @@ MongoWriteBatch::__construct - Description + Creates a new batch of write operations diff --git a/reference/mongo/mongowritebatch/execute.xml b/reference/mongo/mongowritebatch/execute.xml index 91402e2000..1437117728 100644 --- a/reference/mongo/mongowritebatch/execute.xml +++ b/reference/mongo/mongowritebatch/execute.xml @@ -4,7 +4,7 @@ MongoWriteBatch::execute - Description + Executes a batch of write operations @@ -14,7 +14,7 @@ arraywrite_options - Executes the MongoWriteBath. + Executes the batch of write operations.