From b934b1cf6a4ebb63ac312327acc662c99e8575d8 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 8 Jul 2013 16:10:34 +0000 Subject: [PATCH] Capitalize MB abbreviation for MongoCursor::dead() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330799 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongocursor/dead.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mongo/mongocursor/dead.xml b/reference/mongo/mongocursor/dead.xml index 0f26ad9167..0c33c1d209 100644 --- a/reference/mongo/mongocursor/dead.xml +++ b/reference/mongo/mongocursor/dead.xml @@ -14,7 +14,7 @@ - The database sends responses in batches of documents, up to 4Mb of documents + The database sends responses in batches of documents, up to 4MB of documents per response. This method checks if the database has more batches or if the result set has been exhausted.