mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
e1e76392d9
commit
5206bce972
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue