Remove extra >, and lets not drop the collection in case people copy&paste this :)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327480 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2012-09-05 12:20:49 +00:00
parent 9e18466c86
commit 7a260cda95

View file

@ -34,7 +34,7 @@
<term><parameter>pipelines</parameter></term>
<listitem>
<para>
An array of <parameter>>pipeline</parameter>s, or just the first part.
An array of <parameter>pipeline</parameter>s, or just the first part.
</para>
</listitem>
</varlistentry>
@ -78,7 +78,6 @@
<?php
$m = new Mongo;
$c = $m->selectDB("examples")->selectCollection("article");
$c->drop();
$data = array (
'title' => 'this is my title',
'author' => 'bob',