more typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@42873 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jesus M. Castagnetto 2001-03-07 12:18:14 +00:00
parent c8f89e787b
commit 1a46e422e3

View file

@ -418,7 +418,7 @@ if (function_exists('imap_open')) {
<varname>$arr["user"]</varname> (see example below).
<informalexample>
<programlisting role="php">
function mytable($id, $data) {
function myrow($id, $data) {
return "&lt;tr&gt;&lt;th&gt;$id&lt;/th&gt;&lt;td&gt;$data&lt;/td&gt;&lt;/tr&gt;\n";
}