mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73158 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
24d4bd523d
commit
4b24efdefa
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.163 $ -->
|
||||
<!-- $Revision: 1.164 $ -->
|
||||
<reference id="ref.array">
|
||||
<title>Array Functions</title>
|
||||
<titleabbrev>Arrays</titleabbrev>
|
||||
|
@ -57,7 +57,7 @@
|
|||
<para>
|
||||
<constant>CASE_UPPER</constant> and <constant>CASE_LOWER</constant> are
|
||||
used with the <function>array_change_key_case</function> function. They
|
||||
respectively are used for chaning a string to upper case or lower case.
|
||||
respectively are used for changing a string to upper case or lower case.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue