From 4688808f527680a8e064a43ee8ec47edac95e064 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Tue, 23 Dec 2014 21:34:42 +0000 Subject: [PATCH] Fix grammar in MongoCommandCursor::timeout() docs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335346 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongocommandcursor/timeout.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/mongo/mongocommandcursor/timeout.xml b/reference/mongo/mongocommandcursor/timeout.xml index 1776ffc14d..3e883a2cbd 100644 --- a/reference/mongo/mongocommandcursor/timeout.xml +++ b/reference/mongo/mongocommandcursor/timeout.xml @@ -61,7 +61,7 @@ In the following example, the driver will wait for 60 seconds for the first response from the aggregate command. It will also wait for 60 - seconds, each time the server needs to be polled for more information. + seconds each time the server needs to be polled for more information. MongoCursorTimeoutException after a set time. - If you need to specify a server-side timeout for a command, consider - passing the maxTimeMS as an option to + If you need to specify a server-side timeout for a command, considering + passing the maxTimeMS option to MongoCollection::aggregateCursor.