The classname is MongoCursor, not Cursor, and use correct markup

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328522 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2012-11-28 04:37:32 +00:00
parent 6afc8f832a
commit 643260e9ae

View file

@ -26,7 +26,7 @@
If, for some reason, you need a cursor to hang around for a long time, you
can prevent the database from cleaning it up by using this method. However,
if you make a cursor immortal, you need to iterate through all of its results
(or at least until <function>Cursor::dead</function> returns &true;) or the
(or at least until <methodname>MongoCursor::dead</methodname> returns &true;) or the
cursor will hang around the database forever, taking up resources.
</para>
</refsect1>