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
This commit is contained in:
Chris Wright 2013-12-10 11:29:14 +00:00
parent e1e76392d9
commit 5206bce972
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
<section xml:id="mongocollection.intro">
&reftitle.intro;
<para>
Represents a database collection.
Represents a MongoDB collection.
</para>
<para>
Collection names can use any character in the ASCII set. Some valid

View file

@ -4,7 +4,7 @@
<refentry xml:id="mongocollection.find" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>MongoCollection::find</refname>
<refpurpose>Querys this collection, returning a <classname>MongoCursor</classname>
<refpurpose>Queries this collection, returning a <classname>MongoCursor</classname>
for the result set</refpurpose>
</refnamediv>

View file

@ -4,7 +4,7 @@
<refentry xml:id="mongocollection.findone" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>MongoCollection::findOne</refname>
<refpurpose>Querys this collection, returning a single element</refpurpose>
<refpurpose>Queries this collection, returning a single element</refpurpose>
</refnamediv>
<refsect1 role="description">