From 5206bce97288eee5ca74476fa33d5d41140473da Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Tue, 10 Dec 2013 11:29:14 +0000 Subject: [PATCH] Typo fixes in MongoCollection --- Provided by Tom A-r git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332331 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongocollection.xml | 2 +- reference/mongo/mongocollection/find.xml | 2 +- reference/mongo/mongocollection/findone.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/mongo/mongocollection.xml b/reference/mongo/mongocollection.xml index f7622a25d0..2ee031ddbe 100644 --- a/reference/mongo/mongocollection.xml +++ b/reference/mongo/mongocollection.xml @@ -12,7 +12,7 @@
&reftitle.intro; - Represents a database collection. + Represents a MongoDB collection. Collection names can use any character in the ASCII set. Some valid diff --git a/reference/mongo/mongocollection/find.xml b/reference/mongo/mongocollection/find.xml index badb5c1113..0c8f142707 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 + Queries this collection, returning a MongoCursor for the result set diff --git a/reference/mongo/mongocollection/findone.xml b/reference/mongo/mongocollection/findone.xml index 24b7a815ad..8ee8e46bd2 100644 --- a/reference/mongo/mongocollection/findone.xml +++ b/reference/mongo/mongocollection/findone.xml @@ -4,7 +4,7 @@ MongoCollection::findOne - Querys this collection, returning a single element + Queries this collection, returning a single element