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