remove spurious > from example (thanks B Delmotte)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323957 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2012-03-06 15:52:11 +00:00
parent ed5c3caa2c
commit f250f6c487

View file

@ -158,7 +158,7 @@ class MyHelloWorld {
$o = new MyHelloWorld();
$o->sayHello();
$o->sayWorld();
$o->sayExclamationMark();>
$o->sayExclamationMark();
?>
]]>
</programlisting>