Fixed build.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321520 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2011-12-29 18:19:42 +00:00
parent a88f54ced1
commit 55df00f959
2 changed files with 2 additions and 2 deletions

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 <class>MongoCursor</class>
<refpurpose>Querys this collection, returning a <classname>MongoCursor</classname>
for the result set</refpurpose>
</refnamediv>

View file

@ -17,7 +17,7 @@
<para>
As opposed to <function>MongoCollection::find</function>, this method
will return only the <emphasis>first</emphasis> result from the result set,
and not a <class>MongoCursor</class> that can be iterated over.
and not a <classname>MongoCursor</classname> that can be iterated over.
</para>
</refsect1>