mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
fixed typos in xml tags (just learned how to "make test" =)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30796 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0969190ed3
commit
2fdefa164a
1 changed files with 2 additions and 2 deletions
|
@ -3074,7 +3074,7 @@ $text = ucwords($text); // $text is now: Mary Had A Little
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>wordwrap</function></funcdef>
|
||||
<paramdef>string <parameter>str</paramter></paramdef>
|
||||
<paramdef>string <parameter>str</parameter></paramdef>
|
||||
<paramdef>int
|
||||
<parameter><optional>width</optional></parameter>
|
||||
</paramdef>
|
||||
|
@ -3119,7 +3119,7 @@ The quick brown fox
|
|||
<para>
|
||||
See also <function>nl2br</function>.
|
||||
</para>
|
||||
</refsec1>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue