Clarify language in MongoCursor batchSize docs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335345 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeremy Mikola 2014-12-23 21:09:33 +00:00
parent 0551a90caa
commit a9502d1ec1
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
<para>
A cursor typically fetches a batch of result objects and store them
locally. This method sets the batchSize value to configure the amount of
documents retrieved from the server in one data packet.
documents retrieved from the server in one round trip.
</para>
</refsect1>

View file

@ -16,7 +16,7 @@
<para>
A cursor typically fetches a batch of result objects and store them
locally. This method sets the batchSize value to configure the amount of
documents retrieved from the server in one data packet. However, it will
documents retrieved from the server in one round trip. However, it will
never return more documents than fit in the max batch size limit (usually
4MB).
</para>