mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
more typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@42873 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c8f89e787b
commit
1a46e422e3
1 changed files with 1 additions and 1 deletions
|
@ -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 "<tr><th>$id</th><td>$data</td></tr>\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue