fixed missing bracket in example (reported by paulcdejean@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335255 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Maciek Sokolewicz 2014-12-08 13:28:36 +00:00
parent cf3d1fdfda
commit a1891f05c8

View file

@ -64,7 +64,7 @@
<![CDATA[
<?php
$bundle = "/user/share/data/myapp";
echo join(PHP_EOL, resourcebundle_locales($bundle);
echo join(PHP_EOL, resourcebundle_locales($bundle));
?>
]]>
</programlisting>