Fix descriptions of MongoWriteBatch methods

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335168 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeremy Mikola 2014-11-07 19:47:27 +00:00
parent dcf567d219
commit a5492acb76
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
<refentry xml:id="mongowritebatch.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>MongoWriteBatch::__construct</refname>
<refpurpose>Description</refpurpose>
<refpurpose>Creates a new batch of write operations</refpurpose>
</refnamediv>
<refsect1 role="description">

View file

@ -4,7 +4,7 @@
<refentry xml:id="mongowritebatch.execute" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>MongoWriteBatch::execute</refname>
<refpurpose>Description</refpurpose>
<refpurpose>Executes a batch of write operations</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -14,7 +14,7 @@
<methodparam><type>array</type><parameter>write_options</parameter></methodparam>
</methodsynopsis>
<para>
Executes the MongoWriteBath.
Executes the batch of write operations.
</para>
</refsect1>