From 55df00f959d21ef126269d95a2c5aa96e62aaf0b Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 29 Dec 2011 18:19:42 +0000 Subject: [PATCH] Fixed build. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321520 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongocollection/find.xml | 2 +- reference/mongo/mongocollection/findone.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mongo/mongocollection/find.xml b/reference/mongo/mongocollection/find.xml index 34a218af72..13fa376503 100644 --- a/reference/mongo/mongocollection/find.xml +++ b/reference/mongo/mongocollection/find.xml @@ -4,7 +4,7 @@ MongoCollection::find - Querys this collection, returning a MongoCursor + Querys this collection, returning a MongoCursor for the result set diff --git a/reference/mongo/mongocollection/findone.xml b/reference/mongo/mongocollection/findone.xml index d6796cfe68..24b7a815ad 100644 --- a/reference/mongo/mongocollection/findone.xml +++ b/reference/mongo/mongocollection/findone.xml @@ -17,7 +17,7 @@ As opposed to MongoCollection::find, this method will return only the first result from the result set, - and not a MongoCursor that can be iterated over. + and not a MongoCursor that can be iterated over.